Solved Problem - Compare Numbers
In this lesson, we'll discuss another string manipulation problem.
We'll cover the following...
Problem statement
Given two very long integers and . 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, .
The second line contains a non-negative integer, .
, may contain leading zeroes. Each of them ...