Borderou de evaluare (job #655486)

Utilizator avatar seby-the-kydo Nerdvana 8 Georgescu Sebastian seby-the-kydo IP ascuns
Problemă Adunare Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 14 iul. 2022 14:36:48 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:11:5: error: expected ',' or ';' before 'int' 11 | int a,b; | ^~~ main.cpp:12:13: error: 'a' was not declared in this scope 12 | cout << a+b; | ^ main.cpp:12:15: error: 'b' was not declared in this scope 12 | cout << a+b; | ^