We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a931114 commit 21e1470Copy full SHA for 21e1470
4/3.py
@@ -1,6 +1,6 @@
1
# 현재 나이트의 위치 입력 받기
2
input_data = input()
3
-row = int(input_data[1]) - 0
+row = int(input_data[1])
4
column = int(ord(input_data[0])) - int(ord('a')) + 1
5
6
# 나이트가 이동할 수 있는 8가지 방향 정의
0 commit comments