QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#420833#7660. Investigating Frog Behaviour on Lily Pad PatternsnanikaWA 1ms5368kbC++20463b2024-05-24 22:48:142024-05-24 22:48:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5368kb

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: 5100kb

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: 1ms
memory: 5316kb

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
9
5
10
11
3
5
12
13
14
15
5
16
17
18
19
20

result:

wrong answer 5th lines differ - expected: '7', found: '9'