[SWEA][D1] 2068. 최대수 구하기 Java
·
Coding/알고리즘 문제풀이
import java.util.Scanner; class Solution { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T; T=sc.nextInt(); for(int test_case = 1; test_case result) result = value; } System.out.println("#"+test_case +" "+ result); } } }