Borderou de evaluare (job #601088)

Utilizator avatar guzgandemunte Ionescu Laura guzgandemunte IP ascuns
Problemă Număr (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 29 iun. 2021 21:31:37 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:80:30: error: too many arguments to function 'std::string itoa(int)' 80 | itoa(nr1,v,10); | ^ main.cpp:7:8: note: declared here 7 | string itoa(int a) | ^~~~ main.cpp:87:34: error: too many arguments to function 'std::string itoa(int)' 87 | itoa(nr2,v,10); | ^ main.cpp:7:8: note: declared here 7 | string itoa(int a) | ^~~~