QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#316337#8174. Set Constructionucup-team2203#WA 1ms3880kbC++201.4kb2024-01-27 19:51:412024-01-27 19:51:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
3 5
4 8
60 2

output:

0 1 2 3 7 
0 1 3 7 8 9 11 15 
1152921504606846975 0 

result:

ok AC

Test #2:

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

input:

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

output:

63 0 
63 0 1 
63 0 1 3 
63 0 1 3 7 
63 0 1 3 7 15 
63 0 1 3 7 15 31 
0 1 2 3 7 15 31 63 
0 1 3 4 5 7 15 31 63 
0 1 3 7 8 9 11 15 31 63 
0 1 3 7 15 16 17 19 23 31 63 
0 1 3 7 15 31 32 33 35 39 47 63 
0 1 2 3 7 15 31 32 33 34 35 39 47 63 
0 1 3 4 5 7 15 31 32 33 35 36 37 39 47 63 
0 1 3 7 8 9 11 15 31...

result:

wrong answer 63 is not in A