1
2
3
4
5
6
7
|
s=(input())
tmp = []
for i in s:
if i not in tmp :
tmp.append(i)
if len(tmp)%2 != 1 : print('CHAT WITH HER!')
else : print('IGNORE HIM!')
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
codeforces 41A - Translation (0) | 2022.04.28 |
---|---|
codeforces 59A - Word (0) | 2022.04.28 |
codeforces 281A. Word Capitalization (0) | 2022.04.28 |
codeforces 282 A. Bit++ (0) | 2022.04.28 |
codeforce 112A. Petya and Strings (0) | 2022.04.28 |
댓글