请按照如下格式进行代码提交:
while True: |
|
|
|
try: |
|
|
|
i = input().split(' ')#获取系统给的一行数据 |
|
|
你的代码 |
|
except: |
|
|
|
break |