Borderou de evaluare (job #587526)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Biscuit | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 mar. 2021 14:28:17 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:12:17: error: expected ';' before 'in'
12 | in>>ma[1][1]
| ^
| ;
13 | in>>ma[1][2]
| ~~
main.cpp:21:5: error: 'else' without a previous 'if'
21 | else if(m==1000 && ma[1][5]==0)
| ^~~~
main.cpp:9:13: warning: unused variable 'i' [-Wunused-variable]
9 | int n,m,i,j;
| ^
main.cpp:9:15: warning: unused variable 'j' [-Wunused-variable]
9 | int n,m,i,j;
| ^