1 solutions

  • 1

    #include<bits/stdc++.h> using namespace std; int main() { float n,m; int answer; cin>>n; m=pow(2.0,n); answer=int(m); cout<<answer; return 0; }

    • 1

    Information

    ID
    4484
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    198
    Accepted
    128
    Uploaded By