← Back to List
23303번: 이 문제는 D2 입니다. ↗
Solutions
Python 3
60 B | 60 chars
print("D2" if input().lower().find("d2")!=-1 else "unrated")