Judge Information

Run ID: 93363
src.cpp: In function 'int main()':
src.cpp:14:31: error: 'stdin' was not declared in this scope
freopen("ROBOT.INP", "r", stdin);
^
src.cpp:14:36: error: 'freopen' was not declared in this scope
freopen("ROBOT.INP", "r", stdin);
^
src.cpp:15:31: error: 'stdout' was not declared in this scope
freopen("ROBOT.OUT", "w", stdout);
^
src.cpp:43:17: error: 'fclose' was not declared in this scope
fclose(stdin);
^