Borderou de evaluare (job #712068)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cezar (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 27 mar. 2023 10:00:04 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:30: error: expected ';' before 'return'
14 | fout<<char('z'-c-'z')
| ^
| ;
15 | return 0;
| ~~~~~~
main.cpp:11:9: warning: unused variable 'i' [-Wunused-variable]
11 | int i;
| ^