본문 바로가기
python-algorithm

[백준] 17863

by 무적김두칠 2021. 3. 8.

1
2
3
s=input()
if s[0:3]=='555' :print("YES")
elseprint("NO")
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 18005  (0) 2021.03.08
[백준] 17874  (0) 2021.03.08
[백준] 17009  (0) 2021.03.08
[백준] 16785  (0) 2021.03.08
[백준] 16727  (0) 2021.03.08

댓글