编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#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]
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:32 ms
内存:2732 KiB

输入文件(1.in

3 1000
1 500 
2 300
990 5

答案文件(1.out

646

标准错误流

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
测试点 #2
Wrong Answer
得分:0
用时:34 ms
内存:2812 KiB

输入文件(2.in

2 8
7 4
4 3

答案文件(2.out

6

标准错误流

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
测试点 #3
Wrong Answer
得分:0
用时:34 ms
内存:2816 KiB

输入文件(3.in

3 5
4 2
3 3
1 2

答案文件(3.out

3

标准错误流

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