- 【例41.1】 乘方计算
QAQ
- 2025-3-31 17:29:46 @
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,n;
cin>>a>>n;
cout<<pow(a,n);
return 0;
}
0 comments
No comments so far...
Information
- ID
- 164
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 8
- Tags
- # Submissions
- 62
- Accepted
- 10
- Uploaded By