11172 - Relational Operator


Difficulty : trivial

Solution Description :

Simple ad hoc problem

The two input may be negative keep your mind

if a<b then print "<"
if a>b then print ">"
if a=b then print "="