QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#512148 | #9167. Coprime Array | ucup-team2866# | WA | 41ms | 18336kb | C++20 | 1.8kb | 2024-08-10 13:40:27 | 2024-08-10 13:40:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 26ms
memory: 14632kb
input:
9 6
output:
3 1 7 1
result:
ok Correct
Test #2:
score: 0
Accepted
time: 2ms
memory: 7708kb
input:
14 34
output:
2 3 11
result:
ok Correct
Test #3:
score: 0
Accepted
time: 5ms
memory: 7720kb
input:
1000000000 223092870
output:
2 71 999999929
result:
ok Correct
Test #4:
score: -100
Wrong Answer
time: 41ms
memory: 18336kb
input:
2 1000000000
output:
result:
wrong output format Unexpected end of file - int32 expected