> 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/cpr-number.md).

# CPR Number

## Question

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

## Solution

### Idea

This is a give-away question. If I have to say something about this question, it will be very very basic **string manipulation**. Why "very very basic" because all the manipulations need to be hard-coded :joy:

### Code

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