Borderou de evaluare (job #792527)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Comune (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 2 nov. 2024 14:21:48 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:17:12: error: 'ucn' was not declared in this scope; did you mean 'cn'?
17 | if(ucn == ucm) cifm++;
| ^~~
| cn
main.cpp:17:19: error: 'ucm' was not declared in this scope; did you mean 'cm'?
17 | if(ucn == ucm) cifm++;
| ^~~
| cm
main.cpp:22:12: error: 'ucn' was not declared in this scope; did you mean 'cn'?
22 | if(ucn == ucm) cifn++;
| ^~~
| cn
main.cpp:22:19: error: 'ucm' was not declared in this scope; did you mean 'cm'?
22 | if(ucn == ucm) cifn++;
| ^~~
| cm
main.cpp:26:5: error: expected primary-expression before 'return'
26 | return 0;
| ^~~~~~