boj step 1 rework

This commit is contained in:
2024-02-03 09:39:14 +09:00
parent 7014ab7087
commit 2b42776661
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
print(sum(map(int,input().split())))

View File

@@ -0,0 +1 @@
print(int(input())-543)