Untitled

 avatar
unknown
c_cpp
3 years ago
107 B
9
Indexable
#include <bits/stdc++.h>

using namespace std;

int main()
{
    int n;
    cin>>n;
    cout<<(1LL<<???);
}
Editor is loading...