Borderou de evaluare (job #641130)

Utilizator avatar EliasEnache Elias Enache EliasEnache IP ascuns
Problemă Cozonaci (clasa 5-6) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 15 mar. 2022 19:02:45 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:8:29: error: 'p' was not declared in this scope 8 | int a,b,x,i,s1=0,y,s2=0;p=0; | ^ main.cpp:13:16: error: 'n' was not declared in this scope 13 | for(i=2;i<=n;i++) | ^ main.cpp:23:13: error: 'r' was not declared in this scope 23 | r=s1%s2; | ^ main.cpp:8:11: warning: unused variable 'b' [-Wunused-variable] 8 | int a,b,x,i,s1=0,y,s2=0;p=0; | ^