QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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)
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Dangerous Syscalls
input:
50 95 99