Borderou de evaluare (job #801976)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bombon | Compilator | cpp-32 |
Rundă | cexgj_10_olimpiada_locala | Status | evaluat |
Dată | 31 dec. 2024 12:51:03 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:32:21: error: 'x' was not declared in this scope
32 | x=i;
| ^
main.cpp:33:21: error: 'y' was not declared in this scope
33 | y=j;
| ^
main.cpp:48:39: error: 'x' was not declared in this scope
48 | if (a[i][j]==(x-1)*m+y)
| ^
main.cpp:48:46: error: 'y' was not declared in this scope
48 | if (a[i][j]==(x-1)*m+y)
| ^
main.cpp:56:22: error: 'x' was not declared in this scope
56 | }while ((x-1)*m+y!=nr);
| ^
main.cpp:56:29: error: 'y' was not declared in this scope
56 | }while ((x-1)*m+y!=nr);
| ^