GSJANA - Editorial

PROBLEM LINK: Contest

DIFFICULTY: Cakewalk

PREREQUISITES: Basic I/O

PROBLEM:

The aim is to find a number equal to it in given 4 numbers.

SETTER’S SOLUTION: Solution Link

APPROACH:

Take input as 5 integers. Find if first integer is equal to any of the remaining 4 integers.