QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#53628 | #1095. Brilliant Sequence of Umbrellas | ybw051114# | WA | 3ms | 3708kb | C++ | 4.6kb | 2022-10-05 15:35:43 | 2022-10-05 15:35:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 3536kb
input:
10
output:
3 1 2 6
result:
ok OK.
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 3708kb
input:
22
output:
5 1 2 6 12 20
result:
wrong answer GCD's are not sorted in increasing order!