Cetvrta

Question

Solution

Idea

This is a pattern recognition problem. Study the data, you will find the pattern of your answer: the first number is the one that appears once in the three inputs' first number, the second number is the one that appears once in the three inputs' second number.

Code

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

Last updated