통증1 구름톤 챌린지 2주 Day3 - 통증 통증 (Java) 제출한 답 : import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); // 플레이어의 통증 수치 int[] items = {14, 7, 1}; // 아이템의 감소 수치 (크기별로 내림차순 정렬된 상태) int itemIndex = 0;.. 2023. 8. 24. 이전 1 다음