1 solutions

  • 0
    @ 2025-11-5 17:01:10

    C++ :

    #include<cstdio>
    #include<cstdlib>
    #include<ctime>
    #include<iostream>
    #include<math.h>
    using namespace std;
    
    int main()
    {
    
        int b = pow( 2, 10 ) + 1;
        printf("%d\n", b);
        return 0;
    }
    

    Pascal :

    begin
    writeln(1025);
    end.
    
    • 1

    Information

    ID
    18155
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By