Cubes - 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 122.174 megabytes
Vitek has at home 2 identical sets of cubes of English letters, but during the regular cleaning one of the cubes was lost. Help Witek to determine which of the cubes is missing in one of the sets.
Input
The first line contains the number of found cubes n (1 ≤ n ≤ 10^5
) by Vitek, and the second line contains n characters depicted on each of the cubes.
Output
Print the character on the lost cube, or the message "Ok", if Vitek was mistaken and no cube is lost.
Examples
Input #1
Answer #1
Submissions 7K
Acceptance rate 32%