class Solution { public int solution(String s) { // 설계 -> ISC + Field + OP + OEC // String으로 주어지니까 개별 처리를 하려면 char->current변환 필요 // signal 처리 // 코드와 메소드 공급 int plate = 0; char[] set = s.toCharArray(); for (int i = 0; i 다음에 z가 나오면 그냥 건너뛴다 // 더하고 빼는게..