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