QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#508480#7660. Investigating Frog Behaviour on Lily Pad PatternsabcdefghijklWA 1ms5692kbC++201.3kb2024-08-07 16:10:182024-08-07 16:10:19

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 5608kb

input:

5
1 2 3 5 7
3
1
2
4

output:

4
6
8

result:

ok 3 lines

Test #2:

score: 0
Accepted
time: 1ms
memory: 5692kb

input:

5
1 2 3 5 7
4
1
1
1
1

output:

4
6
8
9

result:

ok 4 lines

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 5596kb

input:

5
1 2 3 4 5
20
1
4
4
3
5
3
3
5
2
2
5
4
1
4
2
3
1
5
3
3

output:

6
7
8
4
7
5
9
10
3
5
11
10
8
12
6
13
8
14
15
16

result:

wrong answer 10th lines differ - expected: '4', found: '5'