We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5aea4 commit 5de46e6Copy full SHA for 5de46e6
심수연/8주차/260220.py
@@ -0,0 +1,9 @@
1
+# https://www.acmicpc.net/problem/1152
2
+
3
+import sys
4
+input = sys.stdin.readline
5
6
+arr = []
7
+arr.append(input().split())
8
9
+print(len(*arr))
0 commit comments