삼성 1859 (1) 썸네일형 리스트형 [Java] SW Expert Academy 1859번 문제: 백만 장자 프로젝트(Brute Force) --- 문제 --- 1859 번 : 백만 장자 프로젝트 --- 코드 --- import java.io.FileInputStream; import java.io.FileNotFoundException; import java.util.Scanner; public class Sw1859 { public static void main(String[] args) throws FileNotFoundException { // TODO Auto-generated method stub System.setIn(new FileInputStream("./src/1859.txt")); Scanner sc = new Scanner(System.in); int T=sc.nextInt(); for(int test_case = 1; .. 이전 1 다음