记录详情

Runtime Error


  
# 状态 耗时 内存占用
#1 Runtime Error File "foo.py", line 2 print a**b ^ SyntaxError: Missing parentheses in call to 'print' 26ms 3.215 MiB

代码

a,b=map(int,raw_input().split(' '))
print a**b

信息

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