Judge Information

Run ID: 42803
src.cpp: In function 'int main()':
src.cpp:6:10: error: aggregate 'std::ifstream fin' has incomplete type and cannot be defined
ifstream fin;
^
src.cpp:9:10: error: aggregate 'std::ofstream fout' has incomplete type and cannot be defined
ofstream fout;
^