QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#543030 | #9167. Coprime Array | GuanYunchang | AC ✓ | 192ms | 13276kb | C++20 | 805b | 2024-09-01 12:58:31 | 2024-09-01 12:58:31 |
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: 8ms
memory: 9304kb
input:
9 6
output:
3 -1 -999997 1000007
result:
ok Correct
Test #2:
score: 0
Accepted
time: 22ms
memory: 12700kb
input:
14 34
output:
2 -999999 1000013
result:
ok Correct
Test #3:
score: 0
Accepted
time: 67ms
memory: 3804kb
input:
1000000000 223092870
output:
2 29 999999971
result:
ok Correct
Test #4:
score: 0
Accepted
time: 175ms
memory: 11564kb
input:
2 1000000000
output:
2 -999999 1000001
result:
ok Correct
Test #5:
score: 0
Accepted
time: 156ms
memory: 5080kb
input:
649557664 933437700
output:
2 -999979 650557643
result:
ok Correct
Test #6:
score: 0
Accepted
time: 141ms
memory: 5160kb
input:
33396678 777360870
output:
2 -999979 34396657
result:
ok Correct
Test #7:
score: 0
Accepted
time: 143ms
memory: 4164kb
input:
48205845 903124530
output:
3 -1 -999997 49205843
result:
ok Correct
Test #8:
score: 0
Accepted
time: 154ms
memory: 7508kb
input:
251037078 505905400
output:
2 -999991 252037069
result:
ok Correct
Test #9:
score: 0
Accepted
time: 170ms
memory: 7360kb
input:
30022920 172746860
output:
2 -999997 31022917
result:
ok Correct
Test #10:
score: 0
Accepted
time: 145ms
memory: 4124kb
input:
63639298 808058790
output:
2 -999979 64639277
result:
ok Correct
Test #11:
score: 0
Accepted
time: 153ms
memory: 4140kb
input:
76579017 362768406
output:
3 -1 -999997 77579015
result:
ok Correct
Test #12:
score: 0
Accepted
time: 173ms
memory: 13276kb
input:
40423669 121437778
output:
3 -1 -999995 41423665
result:
ok Correct
Test #13:
score: 0
Accepted
time: 183ms
memory: 8832kb
input:
449277309 720915195
output:
2 -999998 450277307
result:
ok Correct
Test #14:
score: 0
Accepted
time: 144ms
memory: 7704kb
input:
81665969 919836918
output:
3 -1 -999997 82665967
result:
ok Correct
Test #15:
score: 0
Accepted
time: 150ms
memory: 9072kb
input:
470578680 280387800
output:
2 -999997 471578677
result:
ok Correct
Test #16:
score: 0
Accepted
time: 192ms
memory: 8532kb
input:
58450340 803305503
output:
2 -999998 59450338
result:
ok Correct
Test #17:
score: 0
Accepted
time: 155ms
memory: 4080kb
input:
125896113 323676210
output:
3 -1 -999997 126896111
result:
ok Correct
Test #18:
score: 0
Accepted
time: 147ms
memory: 4128kb
input:
381905348 434752500
output:
2 -999989 382905337
result:
ok Correct
Test #19:
score: 0
Accepted
time: 0ms
memory: 3556kb
input:
78916498 653897673
output:
1 78916498
result:
ok Correct
Test #20:
score: 0
Accepted
time: 144ms
memory: 4080kb
input:
35787885 270845190
output:
3 -1 -999973 36787859
result:
ok Correct
Extra Test:
score: 0
Extra Test Passed