[swexpert] 9229. 한빈이와 Spot Mart (D3, java)
Posted by 해랑쓰 블로그 (Haerang's blog)
조합 문제이다. nC2를 구하면 된다. import java.util.Scanner; public class Solution { static int t; static int n,m; static int[] snack; static int answer; public static void main(String[] args) { Scanner sc=new Scanner(System.in); t=sc.nextInt(); for (int tc = 1; tc