[swexpert] 7272. 안경이 없어 (JAVA, D3)
Posted by 해랑쓰 블로그 (Haerang's blog)
import java.util.Scanner; public class Solution { static int t; static String a="CEFGHIJKLMNSTUVWXYZ"; static String b="ADOPQR"; public static void main(String[] args) { Scanner sc=new Scanner(System.in); t=sc.nextInt(); for (int tc = 1; tc