#include<stdio.h>
#include<algorithm>
using namespace std;
int n, m;
char str[1000100];
int s[15010], e[15010], key;
int main() {
int i, j;
scanf("%d %d",&n,&m);
scanf("%s",str+1);
for (i=0;i<m;i++) {
char ch;
int a, b;
scanf("%c",&ch);
if (ch=='a') {
scanf("%d %d",&s[key],&e[key]);
key++;
}
else {
scanf("%d",&a);
for (j=key-1;j>=0;j--) {
if (min(s[j],e[j])>a||max(s[j],e[j])<a) continue;
if (e[j]==a) a = s[j];
else if (e[j]>s[j]) a++;
else a--;
}
printf("%c\n",str[a]);
}
}
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
2176 KB |
Output isn't correct |
2 |
Incorrect |
108 ms |
2176 KB |
Output isn't correct |
3 |
Incorrect |
20 ms |
2176 KB |
Output isn't correct |
4 |
Incorrect |
21 ms |
2176 KB |
Output isn't correct |
5 |
Incorrect |
94 ms |
2176 KB |
Output isn't correct |
6 |
Incorrect |
125 ms |
2176 KB |
Output isn't correct |
7 |
Incorrect |
134 ms |
2176 KB |
Output isn't correct |
8 |
Incorrect |
20 ms |
2176 KB |
Output isn't correct |
9 |
Incorrect |
211 ms |
2176 KB |
Output isn't correct |
10 |
Incorrect |
86 ms |
2176 KB |
Output isn't correct |