Borderou de evaluare (job #859629)

Utilizator avatar NicholasPopa Nicholas Popa NicholasPopa IP ascuns
Problemă Gardul (clasa a 6-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 28 apr. 2026 12:57:29 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:15:17: error: expected ';' before 'r' 15 | (i%p==0) | ^ | ; 16 | r++; | ~ main.cpp:15:13: warning: statement has no effect [-Wunused-value] 15 | (i%p==0) | ~~~~^~~~ main.cpp:17:5: error: 'else' without a previous 'if' 17 | else | ^~~~ main.cpp:18:17: error: expected ';' before 'a' 18 | (i%q==0) | ^ | ; 19 | a++; | ~ main.cpp:18:13: warning: statement has no effect [-Wunused-value] 18 | (i%q==0) | ~~~~^~~~ main.cpp:20:5: error: 'else' without a previous 'if' 20 | else | ^~~~ main.cpp:21:27: error: expected ';' before 'o' 21 | (i%p!=0 && i%q!=0) | ^ | ; 22 | o++; | ~ main.cpp:21:17: warning: statement has no effect [-Wunused-value] 21 | (i%p!=0 && i%q!=0) | ~~~~~~~~^~~~~~~~~~