Borderou de evaluare (job #691145)

Utilizator avatar Teroro Teroro Teroro IP ascuns
Problemă Culegere (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 29 ian. 2023 12:58:11 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:14:26: error: expected ';' before 'i' 14 | for(int i = 1; i <= p i++) | ^~ | ; main.cpp:35:14: error: 'i' was not declared in this scope 35 | pog+=i; | ^ main.cpp:10:10: warning: unused variable 'add' [-Wunused-variable] 10 | bool add=true; | ^~~ main.cpp:11:15: warning: unused variable 'pag' [-Wunused-variable] 11 | int p,t=0,pag=-1; | ^~~