Borderou de evaluare (job #691147)

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:59:41 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:11:5: error: expected ',' or ';' before 'unsigned' 11 | unsigned long long c=0,pog=0,n; | ^~~~~~~~ main.cpp:12:13: error: 'n' was not declared in this scope 12 | cin>>p>>n; | ^ main.cpp:15:9: error: 'c' was not declared in this scope 15 | c+=i; | ^ main.cpp:17:11: error: 'c' was not declared in this scope 17 | while(c > 9) | ^ main.cpp:30:8: error: 'c' was not declared in this scope 30 | t+=c; | ^ main.cpp:33:11: error: 'pog' was not declared in this scope 33 | while(pog<n) | ^~~