Codey and Symbol
https://www.hackerrank.com/contests/codenection-2024-final-round-open-category/challenges/cn24-4/problem
Question
Codey was working on an equation but accidentally spilled water on its notes, blurring one of the symbols. Now, it can’t tell the correct relationship between the two sides of its equation.
The equation is given as:
Help Codey find the relationship ?
.
Print >
if the left side is bigger, <
if the right side is bigger, otherwise =
.
Input Format
The first line contains 6 values, .
Constraints
Output Format
Print a single character:
, if left side is larger.
, if left side is smaller.
, if both sides are equal.
Sample Inputs:
Last updated