Borderou de evaluare (job #2182124)
Utilizator | Data | 22 martie 2018 10:06:34 | |
---|---|---|---|
Problema | A+B | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:2:33: error: variable ‘std::ifstream fin’ has initializer but incomplete type
using namespace std;ifstream fin("adunare.in");ofstream fout("adunare.out");int a,b;int main(){fin>>a>>b;fout<<a+b;return 0;}
^
user.cpp:2:61: error: variable ‘std::ofstream fout’ has initializer but incomplete type
using namespace std;ifstream fin("adunare.in");ofstream fout("adunare.out");int a,b;int main(){fin>>a>>b;fout<<a+b;return 0;}
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !