Judge Information

Run ID: 79292
src.cpp: In function 'int main()':
src.cpp:7:31: error: 'stdin' was not declared in this scope
freopen("CUTTING.INP","r",stdin);
^
src.cpp:7:36: error: 'freopen' was not declared in this scope
freopen("CUTTING.INP","r",stdin);
^
src.cpp:8:31: error: 'stdout' was not declared in this scope
freopen("CUTTING.OUT","w",stdout);
^