Judge Information
Run ID: 105519
src.cpp: In function 'int main()':
src.cpp:7:23: error: 'r' was not declared in this scope
freopen("TBC.INP",r,stdin);
^
src.cpp:8:23: error: 'w' was not declared in this scope
freopen("TBC.OUT",w,stdout);
^
src.cpp:7:23: error: 'r' was not declared in this scope
freopen("TBC.INP",r,stdin);
^
src.cpp:8:23: error: 'w' was not declared in this scope
freopen("TBC.OUT",w,stdout);
^