백준8393번1 [백준 8393번 - java] 합 https://www.acmicpc.net/submit/8393/35033117 내 답안 (오답) import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws IOException { int i = 0; int sum = 0; Scanner s = new Scanner(System.in); int n = s.nextInt(); for (i=1; i 2021. 11. 3. 이전 1 다음