QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#238318#7688. Alea Iacta Estucup-team1675#WA 0ms3968kbC++234.4kb2023-11-04 16:23:492023-11-04 16:23:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
2 8
1 9
2 9

output:

4 1 2 2 3
4 1 5 3 7

3 1 2 3
3 1 4 7

6 1 2 2 3 3 4
3 1 4 7


result:

ok Correct. (3 test cases)

Test #2:

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

input:

1
40013 40013

output:

0
0


result:

wrong answer Integer parameter [name=n1] equals to 0, violates the range [1, 120039] (test case 1)