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

# Aaah!

## Question

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

## Solution

### Idea

This is a pretty easy question. If the length of line 1 is bigger than or equal to the length of line 2, output `go`. Otherwise, output `no`.

### Code

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