[1546] 배열 / 평균

[1546] 배열 / 평균

import java.io.*; import java.util.Arrays; public class Main { public static void main(String[] args) throws NumberFormatException, IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); int[] subArr = new int[n]; String[] sub = br.readLine().split(" "); for(int i=0;i

공유하기 글 요소 저작자표시

from http://javachip-dev.tistory.com/27 by ccl(A) rewrite - 2021-12-15 16:01:19