Update solution for A-B w/ id 5253141
Time: 64ms MemUsage: 29160KB
This commit is contained in:
3
baekjoon/A-B/solution_5253141.py
Normal file
3
baekjoon/A-B/solution_5253141.py
Normal file
@@ -0,0 +1,3 @@
|
||||
str = input()
|
||||
A,B = tuple([int(i) for i in str.split(" ")])
|
||||
print(A-B)
|
||||
Reference in New Issue
Block a user