0_0_29546163_9223.cpp: In function 'int main()':
0_0_29546163_9223.cpp:162:28: error: too few arguments to function 'void queryx(char*, int)'
queryx(S+pos[x]);
^
0_0_29546163_9223.cpp:81:6: note: declared here
void queryx(char* s,int pos)
^
0_0_29546163_9223.cpp:163:42: error: too few arguments to function 'int queryy(char*, int)'
printf("%d\n",queryy(S+pos[y]));
^
0_0_29546163_9223.cpp:103:5: note: declared here
int queryy(char* s,int pos)
^
|