3 solutions

  • 1
    @ 2026-2-1 15:31:36

    #include <bits/stdc++.h> using namespace std;

    int main() { char a; cin >> a; cout << char(a - 32); return 0; }

    Information

    ID
    482
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    1
    Tags
    # Submissions
    149
    Accepted
    100
    Uploaded By