> For the complete documentation index, see [llms.txt](https://wenbo-notes.gitbook.io/coding/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wenbo-notes.gitbook.io/coding/kattis/easy/autori.md).

# Autori

## Question

{% embed url="<https://open.kattis.com/problems/autori>" %}

## 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

{% @github-files/github-code-block url="<https://github.com/mendax1234/Coding-Problems/blob/main/kattis/autori/autori.c>" %}
