QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#516823 | #9167. Coprime Array | ucup-team4598 | WA | 1ms | 3972kb | C++20 | 1.1kb | 2024-08-12 22:08:15 | 2024-08-12 22:08:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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