Search

편지

태그
코딩테스트 입문
class Solution { public int solution(String message) { return message.length() * 2; } }
Java
복사