We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790a215 commit 45b93abCopy full SHA for 45b93ab
4/3.py
@@ -1,4 +1,4 @@
1
-# 현재 나이트의 위치 입력 받기
+# 현재 나이트의 위치 입력받기
2
input_data = input()
3
row = int(input_data[1])
4
column = int(ord(input_data[0])) - int(ord('a')) + 1
0 commit comments