Andrew likes the topic of strings a lot and tries to solve as many problems as he could on this topic. He came
across a problem in which he was given two numbers in the form of strings and he was asked to subtract the second
number from the first and print the answer. The strings will contain numbers only.
Sample Run:
Input:
222
122
Output:
100
Comments
Leave a comment