boj step 9 rework & aloha graph1(16174,2606,1520)
This commit is contained in:
4
zeta_python/completed/1271.py
Normal file
4
zeta_python/completed/1271.py
Normal file
@@ -0,0 +1,4 @@
|
||||
a, b = map(int, input().split())
|
||||
|
||||
print(a // b)
|
||||
print(a % b)
|
||||
Reference in New Issue
Block a user