Borderou de evaluare (job #729461)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Concurs (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 22 aug. 2023 14:07:35 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:6: warning: statement has no effect [-Wunused-value]
10 | n<=20;
| ~^~~~
main.cpp:11:13: error: expected ';' before 'bool'
11 | H/100<=5
| ^
| ;
12 | bool ok=1;
| ~~~~
main.cpp:11:10: warning: statement has no effect [-Wunused-value]
11 | H/100<=5
| ~~~~~^~~
main.cpp:24:14: error: 'ok' was not declared in this scope
24 | else ok=0;
| ^~
main.cpp:31:9: error: 'ok' was not declared in this scope
31 | if (ok==0)
| ^~