QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#846538#7115. Can You Guess My Sequence?HuangHanShengAC ✓16ms90140kbC++238.2kb2025-01-07 10:05:172025-01-07 10:05:17

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 7ms
memory: 90072kb

First Run Input

Alice
6
2 3 5 8 10 15

First Run Output

832997

Second Run Input

Bob
832997

Second Run Output

6
2 3 5 8 10 15 

result:

ok correct

Test #2:

score: 100
Accepted
time: 8ms
memory: 90040kb

First Run Input

Alice
20
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

First Run Output

19

Second Run Input

Bob
19

Second Run Output

20
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 

result:

ok correct

Test #3:

score: 100
Accepted
time: 16ms
memory: 89948kb

First Run Input

Alice
1
0

First Run Output

0

Second Run Input

Bob
0

Second Run Output

1
0 

result:

ok correct

Test #4:

score: 100
Accepted
time: 12ms
memory: 90140kb

First Run Input

Alice
2
0 15

First Run Output

524257

Second Run Input

Bob
524257

Second Run Output

2
0 15 

result:

ok correct

Test #5:

score: 100
Accepted
time: 8ms
memory: 90004kb

First Run Input

Alice
10
1 3 5 7 9 11 12 14 15 16

First Run Output

698953

Second Run Input

Bob
698953

Second Run Output

10
1 3 5 7 9 11 12 14 15 16 

result:

ok correct

Test #6:

score: 100
Accepted
time: 8ms
memory: 90064kb

First Run Input

Alice
3
16 17 18

First Run Output

1048562

Second Run Input

Bob
1048562

Second Run Output

3
16 17 18 

result:

ok correct

Test #7:

score: 100
Accepted
time: 11ms
memory: 90044kb

First Run Input

Alice
18
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 19

First Run Output

23

Second Run Input

Bob
23

Second Run Output

18
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 19 

result:

ok correct