0_0_33814793_27225.cpp: In function 'void run()':
0_0_33814793_27225.cpp:137:9: error: 'FI' was not declared in this scope
FI(n), FI(q);
^
0_0_33814793_27225.cpp:152:21: error: 'FO' was not declared in this scope
FO(0), FO('\n');
^
0_0_33814793_27225.cpp:158:19: error: 'FO' was not declared in this scope
FO(res), FO('\n');
^
0_0_33814793_27225.cpp:168:19: error: 'FO' was not declared in this scope
FO(ans), FO('\n');
^
0_0_33814793_27225.cpp:172:23: error: 'FO' was not declared in this scope
FO(tr.query(i));
^
0_0_33814793_27225.cpp: In function 'int main()':
0_0_33814793_27225.cpp:182:16: error: 'FI' was not declared in this scope
int T; FI(T); while(T--)
^
0_0_33814793_27225.cpp:184:5: error: 'Flush' was not declared in this scope
Flush;
^
|