Borderou de evaluare (job #705908)

Utilizator avatar davd1234_2011 Marin David Andrei davd1234_2011 IP ascuns
Problemă Aritmetica2 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 13 mar. 2023 14:19:36 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:12:13: error: 'fout' was not declared in this scope; did you mean 'four'? 12 | fout << a + c; | ^~~~ | four main.cpp:15:13: error: 'fout' was not declared in this scope; did you mean 'four'? 15 | fout << a - c; | ^~~~ | four main.cpp:18:13: error: 'fout' was not declared in this scope; did you mean 'four'? 18 | fout << a * c; | ^~~~ | four main.cpp:21:13: error: 'fout' was not declared in this scope; did you mean 'four'? 21 | fout << a/c<<" "<<a%c; | ^~~~ | four main.cpp:24:2: error: expected '}' at end of input 24 | } | ^ main.cpp:9:1: note: to match this '{' 9 | { int a , c , b; | ^