QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#711906 | #9546. Recover Statistics | nekoyellow | RE | 0ms | 0kb | Python3 | 192b | 2024-11-05 13:55:38 | 2024-11-05 13:55:38 |
answer
a, b, c = map(int, input().split())
print(100)
for _ in range(50):
print(a, end=' ')
for _ in range(45):
print(b, end=' ')
for _ in range(4):
print(c, end=' ')
print(c+1)
详细
Test #1:
score: 0
Dangerous Syscalls
input:
50 95 99