标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 5, in <module>
open1 = s[2]
IndexError: list index out of range
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#1223 | #1000. tube | Wrong Answer | 0 | 100 ms | 2816 K | Python 3 / 65 B | t330034029 | 2023-10-15 15:55:54 |
s = input()
s = str(s)
s = s.split()
len1 = s[1]
open1 = s[2]
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 5, in <module>
open1 = s[2]
IndexError: list index out of range
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1
标准错误流
Traceback (most recent call last):
File "/sandbox/2/a.py", line 5, in <module>
open1 = s[2]
IndexError: list index out of range
Special Judge 信息
Files user_out and answer differ
系统信息
Exited with return code 1