QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#714748 | #9546. Recover Statistics | beamishboys# | AC ✓ | 17ms | 10736kb | Python3 | 129b | 2024-11-06 04:57:55 | 2024-11-06 04:57:56 |
Judging History
answer
p50 = int(input())
p95 = int(input())
p99 = int(input())
print(100)
print(*([p99+1] + [p95+1]*4 + [p50+1]*45 + [p50]*50))
这程序好像有点Bug,我给组数据试试?
詳細信息
Test #1:
score: 100
Accepted
time: 12ms
memory: 10664kb
input:
50 95 99
output:
100 100 96 96 96 96 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 51 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 5...
result:
ok ok
Test #2:
score: 0
Accepted
time: 10ms
memory: 10612kb
input:
1 2 3
output:
100 4 3 3 3 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
result:
ok ok
Test #3:
score: 0
Accepted
time: 9ms
memory: 10604kb
input:
1 999999998 999999999
output:
100 1000000000 999999999 999999999 999999999 999999999 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
result:
ok ok
Test #4:
score: 0
Accepted
time: 13ms
memory: 10608kb
input:
999999997 999999998 999999999
output:
100 1000000000 999999999 999999999 999999999 999999999 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 999999998 99999...
result:
ok ok
Test #5:
score: 0
Accepted
time: 17ms
memory: 10736kb
input:
893 114514 1919810
output:
100 1919811 114515 114515 114515 114515 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 894 893 893 893 893 893 893 893 893 893 893 893 893 893 893 893 893 893 893 893 893 ...
result:
ok ok
Extra Test:
score: 0
Extra Test Passed