728x90 반응형 107731 (백준) 10773번 : 제로 - 자바[JAVA] package test; import java.io.BufferedReader; import java.io.InputStreamReader; public class Test_10773 { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int line = Integer.parseInt(br.readLine()); int[] sum = new int[line]; int index = 0; int total = 0; for(int i = 0; i < line; i++) { sum[index] = Integer.parseIn.. 2021. 9. 10. 이전 1 다음 728x90 반응형