QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#238956#7688. Alea Iacta Estucup-team1075#RE 8ms27048kbC++144.1kb2023-11-04 17:58:312023-11-04 17:58:32

详细

Test #1:

score: 100
Accepted
time: 8ms
memory: 27048kb

input:

3
2 8
1 9
2 9

output:

4 1 2 3 4
4 1 2 5 6

3 1 4 7
3 1 2 3

3 1 4 7
6 1 2 2 3 3 4


result:

ok Correct. (3 test cases)

Test #2:

score: -100
Runtime Error

input:

1
40013 40013

output:


result: