Borderou de evaluare (job #706417)

Utilizator avatar AnaD096 ana dorcioman AnaD096 IP ascuns
Problemă Sumacifre (clasa a 5-a) Compilator cpp-32
Rundă superoji1 Status evaluat
Dată 13 mar. 2023 20:15:59 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:15:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] 15 | if (c>="0" && c<="9") | ~^~~~~ main.cpp:15:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] 15 | if (c>="0" && c<="9") | ~^~~~~ main.cpp:16:18: error: invalid operands of types 'int' and 'const char [2]' to binary 'operator-' 16 | sum=sum+c-"0"; | ~~~~~^~~~ | | | | | const char [2] | int