Start 2024-01-26 14:30:00

冬令营基础班1.26数组

End 2024-01-26 17:30:00
Contest is over.
Now 2026-04-30 20:08:07

a

include<bits/stdc++.h>

using namespace std; int main() { unsigned long long i,n,l; cin>>n; for(i=n;i>=1;i--) { l=pow(2,i); cout<<l<<endl; } }


liuyinuo  •  2年前

牛逼谢谢


7iok  •  2年前

The contest has ended.