记录详情

Runtime Error


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

代码

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

信息

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