Borderou de evaluare (job #784227)

Utilizator avatar david.sn Nicolescu David Stefan david.sn IP ascuns
Problemă Abc 1 (clasa a 9-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 20 aug. 2024 18:00:57 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:15:17: error: 'u' was not declared in this scope; did you mean 'uc'? 15 | out << (u*u*u*u) % 10; | ^ | uc main.cpp:19:16: error: 'u' was not declared in this scope; did you mean 'uc'? 19 | out << u % 10; | ^ | uc main.cpp:25:21: error: 'u' was not declared in this scope; did you mean 'uc'? 25 | out << (u*u*u) % 10; | ^ | uc main.cpp:29:19: error: 'u' was not declared in this scope; did you mean 'uc'? 29 | out<< u % 10; | ^ | uc main.cpp:36:21: error: 'u' was not declared in this scope; did you mean 'uc'? 36 | out << (u*u*u*u) % 10; | ^ | uc main.cpp:40:20: error: 'u' was not declared in this scope; did you mean 'uc'? 40 | out<< (u*u) % 10; | ^ | uc