QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#512090 | #9167. Coprime Array | ucup-team3746# | WA | 16ms | 11196kb | Python3 | 716b | 2024-08-10 13:29:52 | 2024-08-10 13:29:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 16ms
memory: 11192kb
input:
9 6
output:
3 1 218238559 -218238551
result:
ok Correct
Test #2:
score: 0
Accepted
time: 15ms
memory: 10984kb
input:
14 34
output:
2 -597120565 597120579
result:
ok Correct
Test #3:
score: 0
Accepted
time: 15ms
memory: 11092kb
input:
1000000000 223092870
output:
2 222813593 777186407
result:
ok Correct
Test #4:
score: 0
Accepted
time: 12ms
memory: 11036kb
input:
2 1000000000
output:
2 -953907137 953907139
result:
ok Correct
Test #5:
score: 0
Accepted
time: 15ms
memory: 11196kb
input:
649557664 933437700
output:
2 -253344913 902902577
result:
ok Correct
Test #6:
score: 0
Accepted
time: 12ms
memory: 11020kb
input:
33396678 777360870
output:
2 860622151 -827225473
result:
ok Correct
Test #7:
score: 0
Accepted
time: 15ms
memory: 11196kb
input:
48205845 903124530
output:
3 1 457323397 -409117553
result:
ok Correct
Test #8:
score: 0
Accepted
time: 14ms
memory: 11116kb
input:
251037078 505905400
output:
2 330506217 -79469139
result:
ok Correct
Test #9:
score: 0
Accepted
time: 14ms
memory: 10988kb
input:
30022920 172746860
output:
2 809975641 -779952721
result:
ok Correct
Test #10:
score: 0
Accepted
time: 15ms
memory: 11044kb
input:
63639298 808058790
output:
2 -692662891 756302189
result:
ok Correct
Test #11:
score: 0
Accepted
time: 15ms
memory: 11036kb
input:
76579017 362768406
output:
3 1 -53985725 130564741
result:
ok Correct
Test #12:
score: 0
Accepted
time: 11ms
memory: 11076kb
input:
40423669 121437778
output:
3 1 793199133 -752775465
result:
ok Correct
Test #13:
score: 0
Accepted
time: 15ms
memory: 11180kb
input:
449277309 720915195
output:
2 281147992 168129317
result:
ok Correct
Test #14:
score: 0
Accepted
time: 8ms
memory: 11032kb
input:
81665969 919836918
output:
3 1 -125116837 206782805
result:
ok Correct
Test #15:
score: 0
Accepted
time: 3ms
memory: 11076kb
input:
470578680 280387800
output:
2 -43219949 513798629
result:
ok Correct
Test #16:
score: 0
Accepted
time: 7ms
memory: 11008kb
input:
58450340 803305503
output:
2 -316091396 374541736
result:
ok Correct
Test #17:
score: 0
Accepted
time: 10ms
memory: 11040kb
input:
125896113 323676210
output:
3 1 -405165767 531061879
result:
ok Correct
Test #18:
score: 0
Accepted
time: 14ms
memory: 11036kb
input:
381905348 434752500
output:
2 -167973773 549879121
result:
ok Correct
Test #19:
score: -100
Wrong Answer
time: 15ms
memory: 11028kb
input:
78916498 653897673
output:
2 312827546 -233911048
result:
wrong answer Jury's answer is better than participant's