Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
109810 赵德明 快速幂运算 C++ 通过 100 0 MS 264 KB 123 2023-11-11 10:57:05

Tests(10/10):


#include<bits/stdc++.h> using namespace std; signed main(){ int a,b; cin>>a>>b; cout<<int(pow(a,b)); return 0; }


测评信息: