[swexpert] 2068. 최대값 구하기 (java)

싸피로 전공자반 java를 공부하게 되면서 코테 언어를 java로 바꾸기로 하였다. 기초부터 다시 풀기 ㅠㅠ 화이팅.. import java.util.Scanner; public class Solution { public static void main(String[] args) { Scanner sc=new Scanner(System.in); int t=sc.nextInt(); for(int i=0;i