QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#241361#7688. Alea Iacta Estucup-team1878#TL 1ms3416kbC++202.4kb2023-11-06 03:31:562023-11-06 03:31:57

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3416kb

input:

3
2 8
1 9
2 9

output:

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

result:

ok Correct. (3 test cases)

Test #2:

score: -100
Time Limit Exceeded

input:

1
40013 40013

output:


result: