QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#516843#9167. Coprime Arrayucup-team4598WA 1ms3840kbC++201.2kb2024-08-12 22:21:102024-08-12 22:21:11

详细

Test #1:

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

input:

9 6

output:

3
1 1 7

result:

ok Correct

Test #2:

score: 0
Accepted
time: 1ms
memory: 3748kb

input:

14 34

output:

2
1 13

result:

ok Correct

Test #3:

score: 0
Accepted
time: 1ms
memory: 3840kb

input:

1000000000 223092870

output:

2
148728581 851271419

result:

ok Correct

Test #4:

score: 0
Accepted
time: 1ms
memory: 3772kb

input:

2 1000000000

output:

2
728279661 -728279659

result:

ok Correct

Test #5:

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

input:

649557664 933437700

output:

2
7054321 642503343

result:

wrong answer Element at position 2 is not coprime to x