QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#53628#1095. Brilliant Sequence of Umbrellasybw051114#WA 3ms3708kbC++4.6kb2022-10-05 15:35:432022-10-05 15:35:43

詳細信息

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!