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 7a3fbc0 commit b104018Copy full SHA for b104018
libs/standard_input.py
@@ -7,7 +7,7 @@ def s() -> str:
7
"""
8
一行に一つのstringをinput
9
10
- return sys.stdin.readline().rstrip()
+ return input()
11
12
13
def sl() -> List[str]:
0 commit comments