Borderou de evaluare (job #3289495)
Utilizator | Data | 27 martie 2025 10:24:15 | |
---|---|---|---|
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; did you mean 'std::ifstream'?
4 | ifstream fin("adunare.in");
| ^~~~~~~~
| std::ifstream
In file included from /usr/include/c++/12.2.1/ios:38,
from /usr/include/c++/12.2.1/istream:38,
from /usr/include/c++/12.2.1/fstream:38,
from main.cpp:1:
/usr/include/c++/12.2.1/iosfwd:162:41: note: 'std::ifstream' declared here
162 | typedef basic_ifstream<char> ifstream;
| ^~~~~~~~
main.cpp:5:5: error: 'ofstream' was not declared in this scope; did you mean 'std::ofstream'?
5 | ofstream fout("adunare.out");
| ^~~~~~~~
| std::ofstream
/usr/include/c++/12.2.1/iosfwd:165:41: note: 'std::ofstream' declared here
165 | typedef basic_ofstream<char> ofstream;
| ^~~~~~~~
main.cpp:7:5: error: 'fin' was not declared in this scope
7 | fin>>a>>b;
| ^~~
main.cpp:8:5: error: 'fout' was not declared in this scope
8 | 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 !