Borderou de evaluare (job #598029)

Utilizator avatar Horia2009 Horia Blaga Horia2009 IP ascuns
Problemă Felinare1 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 14 mai 2021 16:12:40 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int cmmdc(int, int)': main.cpp:9:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] 9 | int r; | ^ main.cpp: In function 'int main()': main.cpp:22:4: warning: init-statement in selection statements only available with '-std=c++17' or '-std=gnu++17' 22 | if((p/cmmdc(n,p)%2==0) | ^ main.cpp:22:23: error: expected ';' before '{' token 22 | if((p/cmmdc(n,p)%2==0) | ^ | ; 23 | { | ~ main.cpp:26:1: error: expected primary-expression before 'else' 26 | else | ^~~~ main.cpp:25:5: error: expected ')' before 'else' 25 | } | ^ | ) 26 | else | ~~~~ main.cpp:22:3: note: to match this '(' 22 | if((p/cmmdc(n,p)%2==0) | ^