http://www.jungol.co.kr/bbs/board.php?bo_table=pbank&wr_id=1035&sca=99&sfl=wr_hit&stx=1761 JUNGOL www.jungol.co.kr #include struct Set { int num[3]; int strike; int ball; }; int N, cnt; Set QnA[101]; bool Check(int a, int b, int c) { for (int i = 0; i < N; i++) { int mystrike = 0, myball = 0; if (QnA[i].num[0] == a) mystrike++; else if (QnA[i].num[1] == a || QnA[i].num[2] == a) myball++; if (QnA..