编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#21796 #2030. 喵?喵!喵? Wrong Answer 0 2532 ms 5656 K Python 3 / 384 B 192023212877 2024-12-14 20:25:20
n=input()
a=input()
c={}
def change(a):
    digit_list = [chr(96 + int(char)) for char in a if char.isdigit()]
    char_list = [str(ord(char) - 96) for char in a if "a" <= char <= "z"]
    return "".join(digit_list + char_list)

for i in range(5):
    a+=change(a)
q=int(input())
c=[]
for i in range(q):
    k=int(input())
    c.append(k)
for i in c:
    print(a[i-1])
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:22 ms
内存:2856 KiB

输入文件(test1.in

3
3 1 2
5
5
9
6
8
2

答案文件(test1.out

a
b
b
a
1

用户输出

2
b

a
 

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #2
Wrong Answer
得分:0
用时:21 ms
内存:2848 KiB

输入文件(test2.in

3
1 3 5
5
7
5
7
1
3

答案文件(test2.out

a
c
a
1
5

用户输出

a
5
a
1
3

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #3
Wrong Answer
得分:0
用时:20 ms
内存:2804 KiB

输入文件(test3.in

3
4 4 4
5
1
4
7
3
2

答案文件(test3.out

4
d
d
4
4

用户输出

4
 
d
4
 

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #4
Wrong Answer
得分:0
用时:317 ms
内存:5652 KiB

输入文件(test4.in

48
19 11 23 1 14 4 18 15 9 15 21 11 23 25 1 9 13 14 19 6 21 9 6 17 13 9 22 14 11 5 5 23 17 23 7 7 3
<729077 bytes omitted>

答案文件(test4.out

14
18
s
s
19
21
q
r
a
19
c
w
y
a
u
21
23
14
a
i
23
n
25
1
23
21
u
19
23
<229311 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #5
Wrong Answer
得分:0
用时:221 ms
内存:4828 KiB

输入文件(test5.in

95
5 10 3 1 9 15 4 15 15 15 19 21 7 7 26 17 11 1 11 21 21 5 26 10 17 7 22 1 15 19 3 7 19 20 24 22 1
<518041 bytes omitted>

答案文件(test5.out

17
e
11
e
s
5
11
n
k
e
5
11
c
15
o
k
17
o
o
i
m
25
1
17
g
5
a
7
19
a
2
<160290 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #6
Wrong Answer
得分:0
用时:159 ms
内存:4244 KiB

输入文件(test6.in

14
23 18 14 2 19 11 19 1 16 12 17 7 17 15
31743
796929057
1155501
199221457
6157235
34936921
<337536 bytes omitted>

答案文件(test6.out

23
17
23
s
s
23
19
16
23
19
g
s
19
23
19
14
w
16
k
11
s
q
14
n
16
s
19
k
<109089 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #7
Wrong Answer
得分:0
用时:110 ms
内存:3688 KiB

输入文件(test7.in

17
1 11 5 12 3 4 4 10 11 7 26 19 5 22 25 4 15
19723
49507753
310272305
122085736
21075751
128
<209567 bytes omitted>

答案文件(test7.out

5
1
25
a
j
5
y
o
4
3
4
1
d
a
d
d
a
7
c
l
d
10
4
1
s
19
11
d
4
7
26
19
<64061 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #8
Wrong Answer
得分:0
用时:217 ms
内存:4668 KiB

输入文件(test8.in

93
5 7 1 17 9 6 21 26 4 19 13 5 7 5 1 23 9 13 23 26 14 23 1 14 8 9 15 24 23 8 17 9 25 14 17 20 1 23
<479051 bytes omitted>

答案文件(test8.out

15
e
q
e
23
q
15
1
14
o
m
u
21
9
23
2
25
24
n
5
y
w
a
15
i
x
23
i
m
23
<146451 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #9
Wrong Answer
得分:0
用时:323 ms
内存:5656 KiB

输入文件(test9.in

48
19 11 23 1 14 4 18 15 9 15 21 11 23 25 1 9 13 14 19 6 21 9 6 17 13 9 22 14 11 5 5 23 17 23 7 7 3
<729077 bytes omitted>

答案文件(test9.out

14
18
s
s
19
21
q
r
a
19
c
w
y
a
u
21
23
14
a
i
23
n
25
1
23
21
u
19
23
<229311 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #10
Wrong Answer
得分:0
用时:238 ms
内存:4860 KiB

输入文件(test10.in

95
5 10 3 1 9 15 4 15 15 15 19 21 7 7 26 17 11 1 11 21 21 5 26 10 17 7 22 1 15 19 3 7 19 20 24 22 1
<518041 bytes omitted>

答案文件(test10.out

17
e
11
e
s
5
11
n
k
e
5
11
c
15
o
k
17
o
o
i
m
25
1
17
g
5
a
7
19
a
2
<160290 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #11
Wrong Answer
得分:0
用时:196 ms
内存:4176 KiB

输入文件(test11.in

14
23 18 14 2 19 11 19 1 16 12 17 7 17 15
31743
796929057
1155501
199221457
6157235
34936921
<337536 bytes omitted>

答案文件(test11.out

23
17
23
s
s
23
19
16
23
19
g
s
19
23
19
14
w
16
k
11
s
q
14
n
16
s
19
k
<109089 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #12
Wrong Answer
得分:0
用时:108 ms
内存:3736 KiB

输入文件(test12.in

17
1 11 5 12 3 4 4 10 11 7 26 19 5 22 25 4 15
19723
49507753
310272305
122085736
21075751
128
<209567 bytes omitted>

答案文件(test12.out

5
1
25
a
j
5
y
o
4
3
4
1
d
a
d
d
a
7
c
l
d
10
4
1
s
19
11
d
4
7
26
19
<64061 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #13
Wrong Answer
得分:0
用时:223 ms
内存:4644 KiB

输入文件(test13.in

93
5 7 1 17 9 6 21 26 4 19 13 5 7 5 1 23 9 13 23 26 14 23 1 14 8 9 15 24 23 8 17 9 25 14 17 20 1 23
<479051 bytes omitted>

答案文件(test13.out

15
e
q
e
23
q
15
1
14
o
m
u
21
9
23
2
25
24
n
5
y
w
a
15
i
x
23
i
m
23
<146451 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #14
Wrong Answer
得分:0
用时:270 ms
内存:5248 KiB

输入文件(test14.in

61
1 1 13 17 21 18 10 3 17 13 17 13 13 7 18 20 22 17 14 4 21 3 22 1 23 3 21 1 3 8 15 20 9 23 19 24 
<635382 bytes omitted>

答案文件(test14.out

15
14
c
17
19
21
a
25
v
17
y
x
17
11
u
25
e
25
w
26
y
19
18
i
17
j
u
x
2
<199019 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #15
Wrong Answer
得分:0
用时:87 ms
内存:3428 KiB

输入文件(test15.in

5
22 23 19 2 21
14936
625849881
20623387
43624866
34727414
132016336
210236097
368059651
3
<158735 bytes omitted>

答案文件(test15.out

22
w
v
2
22
w
v
v
22
21
2
s
b
s
19
u
22
s
22
w
b
b
2
19
w
2
21
19
2
b

<50911 bytes omitted>

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 17, in <module>
    print(a[i-1])
IndexError: string index out of range

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1