QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#516823#9167. Coprime Arrayucup-team4598WA 1ms3972kbC++201.1kb2024-08-12 22:08:152024-08-12 22:08:15

详细

Test #1:

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

input:

9 6

output:

3
1 1 7

result:

ok Correct

Test #2:

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

input:

14 34

output:

2
1 13

result:

ok Correct

Test #3:

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

input:

1000000000 223092870

output:

2
148728581 851271419

result:

ok Correct

Test #4:

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

input:

2 1000000000

output:

2
728279661 -728279659

result:

ok Correct

Test #5:

score: -100
Wrong Answer
time: 1ms
memory: 3816kb

input:

649557664 933437700

output:

2
7054321 642503343

result:

wrong answer Element at position 2 is not coprime to x