반응형
Notice
Recent Posts
Recent Comments
Link
목록subset (1)
It's easy, if you try
[SW Expert Academy] 5215:햄버거다이어트 (Java) / 부분집합
import java.io.*; import java.util.*; public class Solution { static BufferedReader br =new BufferedReader(new InputStreamReader(System.in)); static StringTokenizer st; static int limit =0; static int numOfFood=0; static int[][] foodInfo; static boolean[] isSelected; static Queue queue; static int maxNum; public static void main(String[] args) throws Exception { int T = Integer.parseInt(br.readL..
알고리즘/자바(Java)
2021. 2. 14. 21:36