Borderou de evaluare (job #1992927)

Utilizator DemetriusDemetrius Demetrius Data 21 iunie 2017 21:30:55
Problema A+B Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:2:1: error: ‘ifstream’ does not name a type ifstream f("adunare.in"); ^ user.cpp:3:1: error: ‘ofstream’ does not name a type ofstream g("adunare.out"); ^ user.cpp: In function ‘int main()’: user.cpp:8:5: error: ‘f’ was not declared in this scope f>>a; ^ user.cpp:9:5: error: ‘cout’ was not declared in this scope cout<<endl; ^ user.cpp:12:5: error: ‘g’ was not declared in this scope g<<a+b; ^

Ceva nu functioneaza?