Borderou de evaluare (job #2621695)

Utilizator andreichetreanAndrei Chetrean andreichetrean Data 30 mai 2020 17:19:10
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:8:1: error: 'ifstream' was not declared in this scope ifstream fin("adunare.in"); ^~~~~~~~ main.cpp:8:1: note: suggested alternative: In file included from /usr/include/c++/6/ios:38:0, from /usr/include/c++/6/ostream:38, from /usr/include/c++/6/iostream:39, from main.cpp:1: /usr/include/c++/6/iosfwd:162:34: note: 'std::ifstream' typedef basic_ifstream<char> ifstream; ^~~~~~~~ main.cpp:9:3: error: 'ofstream' was not declared in this scope ofstream fout("adunare.out"); ^~~~~~~~ main.cpp:9:3: note: suggested alternative: In file included from /usr/include/c++/6/ios:38:0, from /usr/include/c++/6/ostream:38, from /usr/include/c++/6/iostream:39, from main.cpp:1: /usr/include/c++/6/iosfwd:165:34: note: 'std::ofstream' typedef basic_ofstream<char> ofstream; ^~~~~~~~ main.cpp:11:1: error: 'fin' was not declared in this scope fin>>a; ^~~ main.cpp:15:1: error: 'fout' was not declared in this scope fout<<a+b; ^~~~ Non zero exit status: 1

Ceva nu functioneaza?