Borderou de evaluare (job #704842)

Utilizator avatar Anton Boicea Anton Matei Anton IP ascuns
Problemă Ucif (clasa a 5-a) Compilator cpp-32
Rundă superoji1 Status evaluat
Dată 12 mar. 2023 17:03:22 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:10:8: error: expected ';' before 'for' 10 | s=0 | ^ | ; 11 | for(int i = 1; i <= n; i++){ | ~~~ main.cpp:11:20: error: 'i' was not declared in this scope 11 | for(int i = 1; i <= n; i++){ | ^ main.cpp:8:15: warning: unused variable 'p' [-Wunused-variable] 8 | long long p=1,s; | ^