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