blob: 19eeda7ab44f37d4f1f07dd15525e6d6deee6458 [file] [log] [blame]
r (a, b)
{
if (a < b)
return 1;
else
return 2;
}