Borderou de evaluare (job #610596)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Adunare | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 18 oct. 2021 15:05:20 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:9:3: error: expected ',' or ';' before 'ofstream'
9 | ofstream fout ("adunare.out")
| ^~~~~~~~
main.cpp:11:3: error: 'fout' was not declared in this scope
11 | fout<<a+b;
| ^~~~