使用 textarea 取代 stdin
使用 textarea 取代 stdin
Standard input:
while 1:
try:
print(input())
except EOFError:
break
原始內容如下

마지막 수정됨: 월요일, 20 3월 2023, 11:12 PM
Standard input:
while 1:
try:
print(input())
except EOFError:
break
