QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#511957#1780. Intact IntervalsGuanYunchangTL 1ms7780kbC++17961b2024-08-10 13:02:142024-08-10 13:02:14

详细

Test #1:

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

input:

2
10 9
9 10

output:

0

result:

ok single line: '0'

Test #2:

score: -100
Time Limit Exceeded

input:

5
3 6 9 10 6
3 10 6 9 6

output:


result: