Skip to content

Commit 3bb4b53

Browse files
committed
[feat] 백준 string 1152
1 parent 1105eec commit 3bb4b53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

WooEong/string/1152.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import sys
2+
input = sys.stdin.readline
3+
4+
a = input().strip().split()
5+
6+
7+
print(len(a))

0 commit comments

Comments
 (0)