We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59fb34 commit 2a91c42Copy full SHA for 2a91c42
2745.py
@@ -0,0 +1,4 @@
1
+# 진법 변환
2
+
3
+N, B = map(str, input().split())
4
+print(int(N, int(B)))
0 commit comments