Judge Information
Run ID: 98525
src.cpp: In function 'int main()':
src.cpp:53:28: error: 'stdin' was not declared in this scope
freopen("LOCO.INP","r",stdin);
^
src.cpp:53:33: error: 'freopen' was not declared in this scope
freopen("LOCO.INP","r",stdin);
^
src.cpp:54:28: error: 'stdout' was not declared in this scope
freopen("LOCO.OUT","w",stdout);
^
src.cpp:53:28: error: 'stdin' was not declared in this scope
freopen("LOCO.INP","r",stdin);
^
src.cpp:53:33: error: 'freopen' was not declared in this scope
freopen("LOCO.INP","r",stdin);
^
src.cpp:54:28: error: 'stdout' was not declared in this scope
freopen("LOCO.OUT","w",stdout);
^