QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#297955 | #1095. Brilliant Sequence of Umbrellas | ucup-team864# | WA | 11ms | 34428kb | C++14 | 938b | 2024-01-05 14:44:49 | 2024-01-05 14:44:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 9ms
memory: 32384kb
input:
10
output:
3 1 2 8
result:
ok OK.
Test #2:
score: 0
Accepted
time: 10ms
memory: 32904kb
input:
22
output:
4 1 2 8 20
result:
ok OK.
Test #3:
score: 0
Accepted
time: 7ms
memory: 32224kb
input:
2
output:
2 1 2
result:
ok OK.
Test #4:
score: 0
Accepted
time: 3ms
memory: 31288kb
input:
14
output:
3 1 2 8
result:
ok OK.
Test #5:
score: 0
Accepted
time: 8ms
memory: 32184kb
input:
15
output:
3 1 2 8
result:
ok OK.
Test #6:
score: 0
Accepted
time: 7ms
memory: 34428kb
input:
16
output:
3 1 2 8
result:
ok OK.
Test #7:
score: -100
Wrong Answer
time: 11ms
memory: 32188kb
input:
999999999999
output:
30894 1 2 8 20 35 56 80 110 143 182 224 272 323 380 440 506 575 650 728 812 899 992 1088 1190 1295 1406 1520 1640 1763 1892 2024 2162 2303 2450 2600 2756 2915 3080 3248 3422 3599 3782 3968 4160 4355 4556 4760 4970 5183 5402 5624 5852 6083 6320 6560 6806 7055 7310 7568 7832 8099 8372 8648 8930 9215 9...
result:
wrong answer Integer 30894 violates the range [666667, 1000000]