Borderou de evaluare (job #690206)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Paznici (clasele 11-12) | Compilator | cpp-32 |
Rundă | cex_11_12_ian_2023 | Status | evaluat |
Dată | 24 ian. 2023 22:35:52 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:32:20: warning: init-statement in selection statements only available with '-std=c++17' or '-std=gnu++17'
32 | if((it->second >= (it+1)->first)
| ^
main.cpp:32:49: error: expected ';' before '{' token
32 | if((it->second >= (it+1)->first)
| ^
| ;
33 | {
| ~
main.cpp:42:17: error: expected primary-expression before 'else'
42 | else it++;
| ^~~~
main.cpp:41:18: error: expected ')' before 'else'
41 | }
| ^
| )
42 | else it++;
| ~~~~
main.cpp:32:19: note: to match this '('
32 | if((it->second >= (it+1)->first)
| ^