Borderou de evaluare (job #1759629)
Utilizator | Data | 19 septembrie 2016 17:25:00 | |
---|---|---|---|
Problema | A+B | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int main()’:
user.cpp:5:2: error: ‘ifstream’ was not declared in this scope
ifstream fin ( "adunare.in");
^
user.cpp:5:2: note: suggested alternative:
In file included from /usr/include/c++/4.8/ios:38:0,
from /usr/include/c++/4.8/istream:38,
from /usr/include/c++/4.8/fstream:38,
from user.cpp:1:
/usr/include/c++/4.8/iosfwd:157:34: note: ‘std::ifstream’
typedef basic_ifstream<char> ifstream;
^
user.cpp:5:11: error: expected ‘;’ before ‘fin’
ifstream fin ( "adunare.in");
^
user.cpp:6:2: error: ‘ofstream’ was not declared in this scope
ofstream fout ("adunare.out");
^
user.cpp:6:2: note: suggested alternative:
In file included from /usr/include/c++/4.8/ios:38:0,
from /usr/include/c++/4.8/istream:38,
from /usr/include/c++/4.8/fstream:38,
from user.cpp:1:
/usr/include/c++/4.8/iosfwd:160:34: note: ‘std::ofstream’
typedef basic_ofstream<char> ofstream;
^
user.cpp:6:11: error: expected ‘;’ before ‘fout’
ofstream fout ("adunare.out");
^
user.cpp:7:2: error: ‘fin’ was not declared in this scope
fin >> a >> b;
^
user.cpp:8:2: error: ‘fout’ was not declared in this scope
fout << a + b;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !