4 lines
78 B
Python
4 lines
78 B
Python
a, b = map(int,input().split())
|
|
print(a-b)
|
|
|
|
# print(eval('+0-'.join(input()))) |