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 ee059a3 commit 841ae07Copy full SHA for 841ae07
Python/Math/Mod Divmod/Solution.py
@@ -0,0 +1,2 @@
1
+d = divmod(int(input()), int(input()))
2
+print(*d, d, sep='\n')
0 commit comments