python-algorithm

[백준] 3507

무적김두칠 2021. 3. 11. 16:29

1
2
3
ate=int(input())
if ate>198print(0)
elseprint(199-ate)
cs
반응형