Autori

Question

Solution

Idea

Thanks to the settings of this question, it is a give-away question indeed. My solution is:

  1. Iterate through the line and once you encounter uppercase letter, print them out.

Code

https://github.com/mendax1234/Coding-Problems/blob/main/kattis/autori/autori.c

Last updated