Borderou de evaluare (job #2734281)
Utilizator | Data | 31 martie 2021 17:29:32 | |
---|---|---|---|
Problema | A+B | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:4:5: error: 'ifstream' was not declared in this scope
ifstream fin("adunare.in");
^~~~~~~~
main.cpp:4:5: note: suggested alternative:
In file included from /usr/include/c++/6/ios:38:0,
from /usr/include/c++/6/istream:38,
from /usr/include/c++/6/fstream:38,
from main.cpp:1:
/usr/include/c++/6/iosfwd:162:34: note: 'std::ifstream'
typedef basic_ifstream<char> ifstream;
^~~~~~~~
main.cpp:5:5: error: 'ofstream' was not declared in this scope
ofstream fout("adunare.out");
^~~~~~~~
main.cpp:5:5: note: suggested alternative:
In file included from /usr/include/c++/6/ios:38:0,
from /usr/include/c++/6/istream:38,
from /usr/include/c++/6/fstream:38,
from main.cpp:1:
/usr/include/c++/6/iosfwd:165:34: note: 'std::ofstream'
typedef basic_ofstream<char> ofstream;
^~~~~~~~
main.cpp:9:5: error: 'fin' was not declared in this scope
fin>>a>>b;
^~~
main.cpp:11:5: error: 'fout' was not declared in this scope
fout<<a+b;
^~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !