GOC11F - Real Give Away
You will given a string “GOC”. Each character of this string can be uppercase or lowercase letter.
You need to change the case. That means if the i'th character of the string is uppercase then you will change it to lowercase and if it is lowercase you will change it to uppercase.
Input
The first line will be the test case number (t <= 6).
In every test case there will be a string of 3 characters. First charcter is “G” or “g”, second is “O” or “o” and third is “C” or “c”;
Output
For each test case you have to print the converted string in a line.
Example
Input: 1 GoC Output: gOc
Added by: | mahbub |
Date: | 2016-08-26 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 GOSU |