QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#711906#9546. Recover StatisticsnekoyellowRE 0ms0kbPython3192b2024-11-05 13:55:382024-11-05 13:55:38

Judging History

你现在查看的是最新测评结果

  • [2024-11-05 13:55:38]
  • 评测
  • 测评结果:RE
  • 用时:0ms
  • 内存:0kb
  • [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

output:


result: