Skip to content

Commit 54bc49b

Browse files
author
jiyoung
committed
[백트래킹] 오타 수정
1 parent 4c09c0e commit 54bc49b

File tree

1 file changed

+1
-1
lines changed
  • 03월 25일 - 백트래킹/과제

1 file changed

+1
-1
lines changed

Diff for: 03월 25일 - 백트래킹/과제/14888.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
2-
sys.stdin.readline
2+
input = sys.stdin.readline
33

44
"""
55
[연산자 끼워넣기]

0 commit comments

Comments
 (0)