Run ID:2488
提交时间:2024-01-06 18:04:31
#include<iostream> using namespace std; int main(){ int n,i=1; cin>>n; whlie(i<=n){ i=i+i+1; i++; } return 0; }