Skip to content

Commit

Permalink
알고리즘
Browse files Browse the repository at this point in the history
  • Loading branch information
sunyeongchoi committed Mar 13, 2021
1 parent dc2759f commit 1a3f683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions argorithm/1535.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import sys; input=sys.stdin.readline
2 changes: 1 addition & 1 deletion argorithm/2110_re.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1a3f683

Please sign in to comment.