Judge Information
Run ID: 119642
src.cpp: In function 'int main()':
src.cpp:8:27: error: 'stdin' was not declared in this scope
freopen("SUM.INP","r",stdin);
^
src.cpp:8:32: error: 'freopen' was not declared in this scope
freopen("SUM.INP","r",stdin);
^
src.cpp:9:27: error: 'stdout' was not declared in this scope
freopen("SUM.OUT","w",stdout);
^
src.cpp:8:27: error: 'stdin' was not declared in this scope
freopen("SUM.INP","r",stdin);
^
src.cpp:8:32: error: 'freopen' was not declared in this scope
freopen("SUM.INP","r",stdin);
^
src.cpp:9:27: error: 'stdout' was not declared in this scope
freopen("SUM.OUT","w",stdout);
^