Borderou de evaluare (job #681776)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | 100m (clasa a 10-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 dec. 2022 20:46:25 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:1: error: 'cont' does not name a type
5 | cont int m = 5e3 + 1;
| ^~~~
main.cpp:6:17: error: 'm' was not declared in this scope; did you mean 'tm'?
6 | long long at[3][m], x, y; int i, j;
| ^
| tm
main.cpp: In function 'int main()':
main.cpp:10:5: error: 'at' was not declared in this scope
10 | at[1][1] = 1;
| ^~