0_0_31641434_24805.cpp: In function 'int main()':
0_0_31641434_24805.cpp:55:13: error: 'query' was not declared in this scope
query[i] = k;
^
0_0_31641434_24805.cpp:56:13: error: 'sque' was not declared in this scope
sque[i] = k;
^
0_0_31641434_24805.cpp:58:14: error: 'sque' was not declared in this scope
sort(sque,sque+q);
^
0_0_31641434_24805.cpp:89:33: error: 'query' was not declared in this scope
printf("%lld\n",ans[query[i]]);
^
|