Borderou de evaluare (job #706669)

Utilizator avatar haiducii Haiducii haiducii IP ascuns
Problemă Ucif (clasa a 5-a) Compilator cpp-32
Rundă superoji1 Status evaluat
Dată 13 mar. 2023 23:50:49 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:16:9: error: 'sum' was not declared in this scope 16 | sum += p % 10; | ^~~ main.cpp:18:13: error: 'sum' was not declared in this scope 18 | fout << sum % 10; | ^~~ main.cpp:8:12: warning: unused variable 's' [-Wunused-variable] 8 | int n, s = 0; | ^