QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#512525#9167. Coprime Arrayucup-team3708#TL 0ms3648kbC++204.0kb2024-08-10 14:47:582024-08-10 14:47:59

详细

Test #1:

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

input:

9 6

output:

3
79 -65 -5

result:

ok Correct

Test #2:

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

input:

14 34

output:

2
-1 15

result:

ok Correct

Test #3:

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

input:

1000000000 223092870

output:

2
29 999999971

result:

ok Correct

Test #4:

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

input:

2 1000000000

output:

2
-1 3

result:

ok Correct

Test #5:

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

input:

649557664 933437700

output:

2
-7 649557671

result:

ok Correct

Test #6:

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

input:

33396678 777360870

output:

2
-1 33396679

result:

ok Correct

Test #7:

score: -100
Time Limit Exceeded

input:

48205845 903124530

output:


result: