We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d80de commit 89b715eCopy full SHA for 89b715e
BOJ/Kotlin/src/B5/Boj_33515_노트북세대를가지고왔다.kt
@@ -0,0 +1,5 @@
1
+package B5
2
+
3
+fun main() {
4
+ print(readLine()!!.split(" ").map { it.toInt() }.min())
5
+}
0 commit comments