1 solutions

  • 0
    @ 2025-12-10 21:26:35
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	char a;
    	cin >> a;
    	cout << char(a-'a'+'A')<< endl;
    
    
    }
    
    • 1

    Information

    ID
    597
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    10
    Tags
    # Submissions
    1
    Accepted
    1
    Uploaded By