Run ID:99500
提交时间:2024-11-29 22:04:59
#include<iostream> using namespace std; int main(){ long long a=1; for(int i=1;i<30;i++){ a=a*2; } cout<<a+1; }