...

/

Solved Problem - Compare Numbers

Solved Problem - Compare Numbers

In this lesson, we'll discuss another string manipulation problem.

Problem statement

Given two very long integers AA and BB. You have to determine which is bigger or if they are equal. Leading zeroes are allowed.

Input format

The first line contains a non-negative integer, AA.

The second line contains a non-negative integer, BB.

AA,BB may contain leading zeroes. Each of them ...