Borderou de evaluare (job #675547)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cezark (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 nov. 2022 13:36:07 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:11:5: error: expected initializer before 'in'
11 | in>>k;
| ^~
main.cpp:14:20: error: 'k' was not declared in this scope
14 | if (int(c)+k<=122)
| ^
main.cpp:22:8: error: expected ';' before '}' token
22 | 122
| ^
| ;
......
37 | }
| ~
main.cpp:22:5: warning: statement has no effect [-Wunused-value]
22 | 122
| ^~~