QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#422247#8174. Set Constructionucup-team2335RE 0ms3748kbC++14633b2024-05-27 08:27:182024-05-27 08:27:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
3 5
4 8
60 2

output:

0 1 2 3 7 
0 1 2 3 6 7 14 15 
0 1152921504606846975 

result:

ok AC

Test #2:

score: -100
Runtime Error

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:


result: