From 19013cb1f567413b284c4a0c4087c197d20e2564 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Sat, 22 Nov 2025 16:35:21 +0900 Subject: [PATCH] 20251122 baekjoon --- code_study/Baekjoon/swift/17404.swift | 39 +++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 code_study/Baekjoon/swift/17404.swift diff --git a/code_study/Baekjoon/swift/17404.swift b/code_study/Baekjoon/swift/17404.swift new file mode 100644 index 0000000..3bc921a --- /dev/null +++ b/code_study/Baekjoon/swift/17404.swift @@ -0,0 +1,39 @@ +if let N = Int(readLine() ?? "") { + var RGB: [[Int]] = [] + for _ in 0..