Judge Information

Run ID: 45998
src.cpp: In function 'int main()':
src.cpp:40:27: error: 'stdin' was not declared in this scope
freopen("TONGNN.INP","r",stdin);
^
src.cpp:40:32: error: 'freopen' was not declared in this scope
freopen("TONGNN.INP","r",stdin);
^
src.cpp:41:27: error: 'stdout' was not declared in this scope
freopen("TONGNN.OUT","w",stdout);
^