QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#154594#7115. Can You Guess My Sequence?ucup-team1232#AC ✓53ms83116kbC++141000b2023-08-31 19:22:472023-08-31 19:22:47

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 32ms
memory: 83032kb

First Run Input

Alice
6
2 3 5 8 10 15

First Run Output

215568

Second Run Input

Bob
215568

Second Run Output

6
2 3 5 8 10 15 

result:

ok correct

Test #2:

score: 100
Accepted
time: 34ms
memory: 83056kb

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

1048575

Second Run Input

Bob
1048575

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: 42ms
memory: 83092kb

First Run Input

Alice
1
0

First Run Output

524288

Second Run Input

Bob
524288

Second Run Output

1
0 

result:

ok correct

Test #4:

score: 100
Accepted
time: 40ms
memory: 82936kb

First Run Input

Alice
2
0 15

First Run Output

524304

Second Run Input

Bob
524304

Second Run Output

2
0 15 

result:

ok correct

Test #5:

score: 100
Accepted
time: 36ms
memory: 82956kb

First Run Input

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

First Run Output

349624

Second Run Input

Bob
349624

Second Run Output

10
1 3 5 7 9 11 12 14 15 16 

result:

ok correct

Test #6:

score: 100
Accepted
time: 38ms
memory: 83116kb

First Run Input

Alice
3
16 17 18

First Run Output

14

Second Run Input

Bob
14

Second Run Output

3
16 17 18 

result:

ok correct

Test #7:

score: 100
Accepted
time: 53ms
memory: 83096kb

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

1048569

Second Run Input

Bob
1048569

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