QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#274262#5742. Garbage Disposalucup-team1137#WA 1ms3452kbC++20905b2023-12-03 13:36:282023-12-03 13:36:30

詳細信息

Test #1:

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

input:

3
1 5
10 13
100 100

output:

3 1 2 5 4 
11 10 13 12 
-1

result:

ok 3 cases (3 test cases)

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3440kb

input:

2
1 1
10 12

output:

-1
-1

result:

wrong answer Jury found answer but participant didn't (test case 1)