Borderou de evaluare (job #697847)

Utilizator avatar davd1234_2011 Marin David Andrei davd1234_2011 IP ascuns
Problemă Cifra2 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 21 feb. 2023 11:22:36 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:31:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 31 | if (N = N %10) | ~~^~~~~~~ main.cpp:33:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 33 | else if (N = N %100) { | ~~^~~~~~~~ main.cpp: At global scope: main.cpp:43:5: error: 'N' does not name a type 43 | N = N % 10; | ^ main.cpp:44:5: error: 'fout' does not name a type 44 | fout << N; | ^~~~ main.cpp:45:3: error: expected unqualified-id before 'return' 45 | return 0; | ^~~~~~ main.cpp:46:1: error: expected declaration before '}' token 46 | } | ^