编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#81897 #113. 送分 A + B Wrong Answer 0 39 ms 2808 K Python 3 / 34 B whale 2023-03-07 13:10:32
a=input();
b=input();
print(a*b)
子任务 #1
Wrong Answer
得分:0
测试点 #1
Wrong Answer
得分:0
用时:14 ms
内存:2784 KiB

输入文件(apb0.in

11134 2245

答案文件(apb0.out

13379

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    b=input();
EOFError: EOF when reading a line

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #2
Wrong Answer
得分:0
用时:12 ms
内存:2748 KiB

输入文件(apb1.in

1 1

答案文件(apb1.out

2

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    b=input();
EOFError: EOF when reading a line

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1
测试点 #3
Wrong Answer
得分:0
用时:13 ms
内存:2808 KiB

输入文件(apb2.in

123 456

答案文件(apb2.out

579

标准错误流

Traceback (most recent call last):
  File "/sandbox/2/a.py", line 2, in <module>
    b=input();
EOFError: EOF when reading a line

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 1