From 2b42776661f6d0bb3d67e24935ac0d23d91f00b0 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Sat, 3 Feb 2024 09:39:14 +0900 Subject: [PATCH] boj step 1 rework --- zeta_python/completed/11382.py | 1 + zeta_python/completed/18108.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 zeta_python/completed/11382.py create mode 100644 zeta_python/completed/18108.py diff --git a/zeta_python/completed/11382.py b/zeta_python/completed/11382.py new file mode 100644 index 0000000..981e392 --- /dev/null +++ b/zeta_python/completed/11382.py @@ -0,0 +1 @@ +print(sum(map(int,input().split()))) \ No newline at end of file diff --git a/zeta_python/completed/18108.py b/zeta_python/completed/18108.py new file mode 100644 index 0000000..fdd5531 --- /dev/null +++ b/zeta_python/completed/18108.py @@ -0,0 +1 @@ +print(int(input())-543) \ No newline at end of file