QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#787779#9546. Recover Statisticshuan_yp#RE 0ms0kbPython3167b2024-11-27 14:35:592024-11-27 14:35:59

Judging History

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

  • [2024-11-27 14:35:59]
  • 评测
  • 测评结果:RE
  • 用时:0ms
  • 内存:0kb
  • [2024-11-27 14:35:59]
  • 提交

answer

a, b, c = map(int, input().split())
print(100)
for k in ([a for i in range(50)] + [b for i in range(45)] + [c for i in range(4)] + [c + 1]):
    print(k, end=" ")

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Dangerous Syscalls

input:

50
95
99

output:


result: