From 1a3f683207cc3bfcb522904dd06985ababff8c90 Mon Sep 17 00:00:00 2001 From: sunyeongchoi Date: Sat, 13 Mar 2021 22:04:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=8C=EA=B3=A0=EB=A6=AC=EC=A6=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argorithm/1535.py | 1 + argorithm/2110_re.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 argorithm/1535.py diff --git a/argorithm/1535.py b/argorithm/1535.py new file mode 100644 index 0000000..a3f1ca2 --- /dev/null +++ b/argorithm/1535.py @@ -0,0 +1 @@ +import sys; input=sys.stdin.readline diff --git a/argorithm/2110_re.py b/argorithm/2110_re.py index d441a1e..e373b38 100644 --- a/argorithm/2110_re.py +++ b/argorithm/2110_re.py @@ -4,7 +4,7 @@ arr = [int(input()) for _ in range(n)] arr.sort() -start = arr[1]-arr[0] +start = 1 end = arr[-1]-arr[0] result = 0