Borderou de evaluare (job #598025)

Utilizator avatar mhb_4 Mihai Boanta mhb_4 IP ascuns
Problemă Abc 1 (clasa a 9-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 14 mai 2021 14:56:33 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:13:17: error: 'uuuu' was not declared in this scope 13 | out << (uuuu) % 10; | ^~~~ main.cpp:25:29: error: 'uu' was not declared in this scope; did you mean 'u'? 25 | out << (uu) % 10; | ^~ | u main.cpp:27:29: error: 'uuuu' was not declared in this scope 27 | out << (uuuu) % 10; | ^~~~ main.cpp:33:29: error: 'uu' was not declared in this scope; did you mean 'u'? 33 | out << (uu * u) % 10; | ^~ | u