Borderou de evaluare (job #581081)

Utilizator avatar Dumitru_Andrei Dumitru Andrei Denis Dumitru_Andrei IP ascuns
Problemă Baloane (clasele 11-12) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 7 feb. 2021 22:03:27 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:28:17: warning: init-statement in selection statements only available with '-std=c++17' or '-std=gnu++17' 28 | if ({x - 2 * r) >= ult) // capatl stanga nu e atins de ultima sageata? | ^ main.cpp:28:17: error: expected primary-expression before '{' token main.cpp:35:16: error: expected ')' before ';' token 35 | cout << sag; | ^ | ) main.cpp:28:16: note: to match this '(' 28 | if ({x - 2 * r) >= ult) // capatl stanga nu e atins de ultima sageata? | ^ main.cpp:37:1: error: expected '}' at end of input 37 | } | ^ main.cpp:11:1: note: to match this '{' 11 | { | ^