提交时间:2024-02-20 09:31:12
运行 ID: 41203
#include<bits/stdc++.h> using namespace std; int main() { int a=0; cout<<pow(2,a)+1<<endl; return 0; }