QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#543043#9167. Coprime ArrayMaMengQiWA 0ms3820kbC++202.6kb2024-09-01 13:07:092024-09-01 13:07:09

详细

Test #1:

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

input:

9 6

output:

3
1 1 7

result:

ok Correct

Test #2:

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

input:

14 34

output:

2
33 -19

result:

ok Correct

Test #3:

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

input:

1000000000 223092870

output:

2
370280909 629719091

result:

ok Correct

Test #4:

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

input:

2 1000000000

output:

2
999999999 -999999997

result:

ok Correct

Test #5:

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

input:

649557664 933437700

output:

2
933437699 -283880035

result:

wrong answer Element at position 2 is not coprime to x