QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#239573#7688. Alea Iacta Estucup-team2277#WA 1ms3616kbC++173.4kb2023-11-04 21:26:532023-11-04 21:26:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
2 8
1 9
2 9

output:

4 1 2 2 3 
4 1 3 5 7 
3 1 2 3 
3 1 4 7 
6 1 2 3 2 3 4 
3 1 4 7 

result:

ok Correct. (3 test cases)

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3548kb

input:

1
40013 40013

output:


result:

wrong output format Unexpected end of file - int32 expected (test case 1)