Judge Information

Run ID: 72088
src.cpp: In function 'int main()':
src.cpp:6:20: error: 'r' was not declared in this scope
freopen("NTCN.INP",r,stdin);
^
src.cpp:7:20: error: 'w' was not declared in this scope
freopen("NTCN.OUT",w,stdout);
^