QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#512539#9167. Coprime Arrayucup-team3708#TL 0ms3704kbC++204.0kb2024-08-10 14:49:522024-08-10 14:49:53

详细

Test #1:

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

input:

9 6

output:

3
79 -65 -5

result:

ok Correct

Test #2:

score: 0
Accepted
time: 0ms
memory: 3560kb

input:

14 34

output:

2
195 -181

result:

ok Correct

Test #3:

score: 0
Accepted
time: 0ms
memory: 3704kb

input:

1000000000 223092870

output:

2
29 999999971

result:

ok Correct

Test #4:

score: 0
Accepted
time: 0ms
memory: 3636kb

input:

2 1000000000

output:

2
3 -1

result:

ok Correct

Test #5:

score: -100
Time Limit Exceeded

input:

649557664 933437700

output:

3

result: