Rakib needs a utility at a robotics lab that converts an all-lowercase string to all-uppercase for uniform labeling.
What your program reads
One string S of lowercase letters.
What your program prints
S in uppercase.
Limits
1 ≤ |S| ≤ 1000
Example input
djicbeg
Expected output
DJICBEG
main.c
Your work is saved in this browser as you type.
Loading editor…
Input for Run
Run tries your code on the input above and shows what it prints. Submit checks your output against every test, including hidden ones.
Shortcut: Ctrl + Enter sends it to the judge.