[백준/BOJ] 백준 16360번 : Go Latin
www.acmicpc.net/problem/16360 16360번: Go Latin Your program is to read from standard input. The input starts with a line containing an integer, n (1 ≤ n ≤ 20), where n is the number of English words. In the following n lines, each line contains an English word. Words use only lowercase alphabet let www.acmicpc.net 표에 표시된 규칙으로 글자를 나타내고, 표에 표시되지 않은 경우일 때는 끝에 "us"를 붙인다. 코드 #include #include #includ..
2020.11.05