3 solutions

  • 1
    @ 2025-7-3 15:31:02
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        char n;
        cin>>n;
        cout<<int(n);
        return 0;
    }
    

    Information

    ID
    848
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    2
    Tags
    (None)
    # Submissions
    174
    Accepted
    80
    Uploaded By