Untitled
unknown
c_cpp
4 years ago
107 B
14
Indexable
#include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
cout<<(1LL<<???);
}Editor is loading...
#include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
cout<<(1LL<<???);
}