개발/알고리즘
[USACO] Word Processor JAVA
문제 링크 www.acmicpc.net/problem/18322 18322번: Word Processor Including "hello" and "my", the first line contains 7 non-space characters. Adding "name" would cause the first line to contain $11>7$ non-space characters, so it is placed on a new line. www.acmicpc.net 풀이 및 코드 import java.util.Scanner; public class Main { // USACO Word Processor JAVA // 백준 18322 /** * n개의 단어가 주어진다. * 한 줄에는 최대 k개의 알파벳이 ..
2021. 2. 24. 00:00
최근댓글