记录详情

Runtime Error


  
# 状态 耗时 内存占用
#1 Runtime Error Traceback (most recent call last): File "foo.py", line 1, in <module> a,b=map(int,raw_input().split()) NameError: name 'raw_input' is not defined 24ms 3.234 MiB

代码

a,b=map(int,raw_input().split())

信息

递交者
类型
自测
题目
观铃题
语言
Python 3
递交时间
2017-06-22 20:26:12
评测时间
2017-06-22 20:26:12
评测机
分数
0
总耗时
24ms
峰值内存
3.234 MiB