isupper
-
[백준] 10820 문자열 분석Algorithm 2025. 8. 5. 22:35
[문제]https://www.acmicpc.net/problem/10820 [풀이] import syspublic class Solution { public static void main(String[] args) { lines = [] try: while True: line = input() if line == "": break lines.append(line) except EOFError: pass for l in lines: a, A, digit, space = 0, 0, ..