QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#543115 | #9167. Coprime Array | ZhaoZiLong | WA | 0ms | 3852kb | C++20 | 629b | 2024-09-01 13:54:38 | 2024-09-01 13:54:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3716kb
input:
9 6
output:
3 1 1 7
result:
ok Correct
Test #2:
score: 0
Accepted
time: 0ms
memory: 3648kb
input:
14 34
output:
2 29 -15
result:
ok Correct
Test #3:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
1000000000 223092870
output:
2 130460507 869539493
result:
ok Correct
Test #4:
score: 0
Accepted
time: 0ms
memory: 3716kb
input:
2 1000000000
output:
2 835766439 -835766437
result:
ok Correct
Test #5:
score: 0
Accepted
time: 0ms
memory: 3772kb
input:
649557664 933437700
output:
2 660047543 -10489879
result:
ok Correct
Test #6:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
33396678 777360870
output:
2 203398469 -170001791
result:
ok Correct
Test #7:
score: 0
Accepted
time: 0ms
memory: 3776kb
input:
48205845 903124530
output:
3 1 616907443 -568701599
result:
ok Correct
Test #8:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
251037078 505905400
output:
2 451053019 -200015941
result:
ok Correct
Test #9:
score: 0
Accepted
time: 0ms
memory: 3656kb
input:
30022920 172746860
output:
2 104902679 -74879759
result:
ok Correct
Test #10:
score: 0
Accepted
time: 0ms
memory: 3716kb
input:
63639298 808058790
output:
2 364882319 -301243021
result:
ok Correct
Test #11:
score: 0
Accepted
time: 0ms
memory: 3656kb
input:
76579017 362768406
output:
3 1 170141449 -93562433
result:
ok Correct
Test #12:
score: 0
Accepted
time: 0ms
memory: 3716kb
input:
40423669 121437778
output:
3 1 43613665 -3189997
result:
ok Correct
Test #13:
score: 0
Accepted
time: 0ms
memory: 3696kb
input:
449277309 720915195
output:
2 8725271 440552038
result:
ok Correct
Test #14:
score: 0
Accepted
time: 0ms
memory: 3796kb
input:
81665969 919836918
output:
3 1 108417689 -26751721
result:
ok Correct
Test #15:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
470578680 280387800
output:
2 95771923 374806757
result:
ok Correct
Test #16:
score: 0
Accepted
time: 0ms
memory: 3852kb
input:
58450340 803305503
output:
2 788655628 -730205288
result:
ok Correct
Test #17:
score: 0
Accepted
time: 0ms
memory: 3656kb
input:
125896113 323676210
output:
3 1 191732479 -65836367
result:
ok Correct
Test #18:
score: 0
Accepted
time: 0ms
memory: 3776kb
input:
381905348 434752500
output:
2 308088379 73816969
result:
ok Correct
Test #19:
score: -100
Wrong Answer
time: 0ms
memory: 3656kb
input:
78916498 653897673
output:
2 428363204 -349446706
result:
wrong answer Jury's answer is better than participant's