Borderou de evaluare (job #578949)

Utilizator avatar RedFiree Alex Prohnitchi RedFiree IP ascuns
Problemă Poteci (baraj gimnaziu) Compilator cpp-32
Rundă lasm_20_01_2021_cl11 Status evaluat
Dată 20 ian. 2021 20:44:21 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:61:2: warning: "/*" within comment [-Wcomment] 61 | /*for (int i=1; i<=l; i++) { | main.cpp: In function 'int main()': main.cpp:103:10: error: 'x' was not declared in this scope 103 | cout << x << " " << y << '\n'; | ^ main.cpp:103:22: error: 'y' was not declared in this scope 103 | cout << x << " " << y << '\n'; | ^ main.cpp:104:2: error: 'else' without a previous 'if' 104 | else if (l==20 &&c==21) { | ^~~~