Bela

Question

Solution

Idea

This is a quite boring question. It contains nothing special. You don't need to use some fancy stuff to map these random characters. Just use if/else or switch/case to hard-code the charcter and its corresponding values.

Code

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

Last updated