3 solutions

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

    Information

    ID
    849
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    141
    Accepted
    76
    Uploaded By