Canadians, eh?

Question

Solution

Idea

This is a basic string manipulation problem. Basically you need to find the length of the string and start checking from the end.

Code

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

Last updated