chore: migrate

This commit is contained in:
2025-12-21 10:20:08 +07:00
parent 3e0dc3b68b
commit 30694c00fe
9 changed files with 47 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
a = int(input())
b = int(input())
print(a // b)
print(format(a / b, '.3f'))