QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#725801 | #9167. Coprime Array | ZhaoZiLong | AC ✓ | 0ms | 4064kb | C++14 | 660b | 2024-11-08 20:05:23 | 2024-11-08 20:05:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 4064kb
input:
9 6
output:
3 1 1 7
result:
ok Correct
Test #2:
score: 0
Accepted
time: 0ms
memory: 3872kb
input:
14 34
output:
2 3 11
result:
ok Correct
Test #3:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
1000000000 223092870
output:
2 11987621 988012379
result:
ok Correct
Test #4:
score: 0
Accepted
time: 0ms
memory: 4056kb
input:
2 1000000000
output:
2 1 1
result:
ok Correct
Test #5:
score: 0
Accepted
time: 0ms
memory: 4036kb
input:
649557664 933437700
output:
2 561554621 88003043
result:
ok Correct
Test #6:
score: 0
Accepted
time: 0ms
memory: 4024kb
input:
33396678 777360870
output:
2 12764281 20632397
result:
ok Correct
Test #7:
score: 0
Accepted
time: 0ms
memory: 3776kb
input:
48205845 903124530
output:
3 1 42904327 5301517
result:
ok Correct
Test #8:
score: 0
Accepted
time: 0ms
memory: 3772kb
input:
251037078 505905400
output:
2 75927729 175109349
result:
ok Correct
Test #9:
score: 0
Accepted
time: 0ms
memory: 4032kb
input:
30022920 172746860
output:
2 20262007 9760913
result:
ok Correct
Test #10:
score: 0
Accepted
time: 0ms
memory: 4036kb
input:
63639298 808058790
output:
2 32082959 31556339
result:
ok Correct
Test #11:
score: 0
Accepted
time: 0ms
memory: 3800kb
input:
76579017 362768406
output:
3 1 67694995 8884021
result:
ok Correct
Test #12:
score: 0
Accepted
time: 0ms
memory: 3792kb
input:
40423669 121437778
output:
3 1 33565671 6857997
result:
ok Correct
Test #13:
score: 0
Accepted
time: 0ms
memory: 3796kb
input:
449277309 720915195
output:
2 357553087 91724222
result:
ok Correct
Test #14:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
81665969 919836918
output:
3 1 60637091 21028877
result:
ok Correct
Test #15:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
470578680 280387800
output:
2 150223933 320354747
result:
ok Correct
Test #16:
score: 0
Accepted
time: 0ms
memory: 4032kb
input:
58450340 803305503
output:
2 53943004 4507336
result:
ok Correct
Test #17:
score: 0
Accepted
time: 0ms
memory: 3800kb
input:
125896113 323676210
output:
3 1 77679739 48216373
result:
ok Correct
Test #18:
score: 0
Accepted
time: 0ms
memory: 3852kb
input:
381905348 434752500
output:
2 98732191 283173157
result:
ok Correct
Test #19:
score: 0
Accepted
time: 0ms
memory: 4060kb
input:
78916498 653897673
output:
1 78916498
result:
ok Correct
Test #20:
score: 0
Accepted
time: 0ms
memory: 3792kb
input:
35787885 270845190
output:
3 1 4943437 30844447
result:
ok Correct
Extra Test:
score: 0
Extra Test Passed