Borderou de evaluare (job #1416994)
Utilizator | Data | 9 aprilie 2015 12:44:21 | |
---|---|---|---|
Problema | Joculet | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:8:1: error: ‘LL’ does not name a type
LL N, M,i, j, K, ok, minim, T;
^
user.cpp:9:1: error: ‘LL’ does not name a type
LL D[DIM][DIM], V[DIM], X, Y;
^
user.cpp:10:1: error: ‘LL’ does not name a type
LL val1, val2, val3, maxim;
^
user.cpp: In function ‘void SetUp()’:
user.cpp:13:13: error: ‘N’ was not declared in this scope
fin >> N;
^
user.cpp:14:10: error: ‘i’ was not declared in this scope
for(i = 1; i <= N; i ++)
^
user.cpp:15:18: error: ‘V’ was not declared in this scope
fin >> V[i];
^
user.cpp: At global scope:
user.cpp:19:1: error: ‘LL’ does not name a type
LL MAX(LL a, LL b, LL c){
^
user.cpp: In function ‘void case_1()’:
user.cpp:26:9: error: ‘X’ was not declared in this scope
if(X == 1){
^
user.cpp:27:11: error: ‘D’ was not declared in this scope
D[X][Y] = D[X][Y+1] + (V[Y+1] * T);
^
user.cpp:27:16: error: ‘Y’ was not declared in this scope
D[X][Y] = D[X][Y+1] + (V[Y+1] * T);
^
user.cpp:27:34: error: ‘V’ was not declared in this scope
D[X][Y] = D[X][Y+1] + (V[Y+1] * T);
^
user.cpp:27:43: error: ‘T’ was not declared in this scope
D[X][Y] = D[X][Y+1] + (V[Y+1] * T);
^
user.cpp:28:11: error: ‘ok’ was not declared in this scope
ok = 0;
^
user.cpp: In function ‘void case_2()’:
user.cpp:34:9: error: ‘Y’ was not declared in this scope
if(Y = N){
^
user.cpp:34:13: error: ‘N’ was not declared in this scope
if(Y = N){
^
user.cpp:35:11: error: ‘D’ was not declared in this scope
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !