- 练41.2计算2的幂
n
- 2024-12-1 21:17:25 @
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
int p=pow(2,n);
cout<<p;
return 0;
}
0 comments
No comments so far...
Information
- ID
- 169
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 7
- Tags
- # Submissions
- 26
- Accepted
- 7
- Uploaded By