已解决 李泽涵 初级守护 #include<iostream> #include<cstdio> using namespace std; int main() { int n,a=0.1; cin>>n; while(n) { a=a*2; } cout<<a; return 0; }