#include<bits/stdc++.h> using namespace std; int n=5; int main() { cout<<pow(2,n); //最好别直接看输出样例答案 return 0; }
使用您的 NarmoOJ 通用账户