标准错误流
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
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#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)
标准错误流
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
标准错误流
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