Borderou de evaluare (job #611200)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | 9div | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 19 oct. 2021 15:01:37 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:6:1: error: 'ifstream' does not name a type
6 | ifstream f("9div.in");
| ^~~~~~~~
main.cpp:7:1: error: 'ofstream' does not name a type
7 | ofstream g("9.div.out");
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:25:5: error: 'f' was not declared in this scope
25 | f>>n;
| ^
main.cpp:31:5: error: 'g' was not declared in this scope
31 | g<<s;
| ^