[백준] 1361번: 그룹 단어 체커 - JAVA
·
알고리즘
[작성일: 2023. 09. 11] https://www.acmicpc.net/problem/1316  풀이import java.util.Scanner;public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int num = sc.nextInt(); int count = 0; for (int i = 0; i