QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#288686#7688. Alea Iacta Estucup-team1126WA 103ms291640kbC++204.6kb2023-12-23 11:53:212023-12-23 11:53:21

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 103ms
memory: 291640kb

input:

3
2 8
1 9
2 9

output:

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

result:

wrong answer Wrong construction. Different distribution (test case 3)