0_0_15972775_13370.cpp:73:1: error: expected initializer before 'for'
for(int i = 0 ; i < 1005 ; i++){
^
0_0_15972775_13370.cpp:73:17: error: 'i' does not name a type
for(int i = 0 ; i < 1005 ; i++){
^
0_0_15972775_13370.cpp:73:28: error: 'i' does not name a type
for(int i = 0 ; i < 1005 ; i++){
^
0_0_15972775_13370.cpp: In function 'int main()':
0_0_15972775_13370.cpp:93:24: error: 'query' was not declared in this scope
printf("%s\n",query(i,j)?"Yes":"No");
^
|