Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
83404 sh25_shengmy 高精度除低精度 Python3 Wrong Answer 28 MS 3652 KB 83 2026-01-25 20:49:14

Tests(0/2):


line1=int(input()) line2=int(input()) print(f"{int(line1/line2)}\n{line1%line2}")


Judgement Protocol: