delete pics to save space
This commit is contained in:
12
history_source/ccf 入门篇/U4/4.5.5.cpp
Normal file
12
history_source/ccf 入门篇/U4/4.5.5.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include<iostream>
|
||||
#include<cmath>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
int n;
|
||||
while(true)
|
||||
{
|
||||
cin>>n;
|
||||
cout<<pow(2,n)<<endl<<"============="<<endl;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user