Borderou de evaluare (job #639104)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Gusteri ( clasa a 5-a ) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 7 mar. 2022 15:18:37 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:3:1: error: 'ifstream' does not name a type
3 | ifstream fin("gusteri.in");
| ^~~~~~~~
main.cpp:4:1: error: 'ofstream' does not name a type
4 | ofstream fout("gusteri.out");
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:11:5: error: 'fin' was not declared in this scope
11 | fin>>n>>p>>m>>a>>b;
| ^~~
main.cpp:16:9: error: 'fout' was not declared in this scope
16 | fout<<n<<"\n";
| ^~~~