Judge Information

Run ID: 121706
src.cpp: In function 'int main()':
src.cpp:8:13: error: variable 'std::ifstream f1' has initializer but incomplete type
{ifstream f1("PTB2.INP");
^
src.cpp:9:12: error: variable 'std::ofstream f2' has initializer but incomplete type
ofstream f2("PTB2.OUT");
^