提交时间:2025-01-09 19:48:34

运行 ID: 308179

n=int(input()) if n<3: print(5) else: print(20)