QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#176486#5742. Garbage Disposalucup-team1806#WA 0ms3636kbC++14997b2023-09-11 18:25:432023-09-11 18:25:43

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3600kb

input:

3
1 5
10 13
100 100

output:

2 1 5 3 4
11 10 13 12 
-1

result:

ok 3 cases (3 test cases)

Test #2:

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

input:

2
1 1
10 12

output:

1
12 10 11

result:

wrong answer gcd(10, 12)=2 is not 1 (test case 2)