python-algorithm
[백준] 3507
무적김두칠
2021. 3. 11. 16:29
1
2
3
|
ate=int(input())
if ate>198: print(0)
else: print(199-ate)
|
cs |
반응형