QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#642908#5144. Set of IntervalsMaMengQiWA 0ms3828kbC++232.1kb2024-10-15 17:00:032024-10-15 17:00:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3828kb

input:

4
1
1 1000000000
2
1 1000000000
1 1000000000
4
1 2
3 4
5 6
7 8
4
1 3
2 4
5 8
6 7

output:

1
*1 1000000000
*1 1000000000
499999999500000000
26
28

result:

wrong output format Expected integer, but "*1" found