Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83404 sh25_shengmy 高精度除低精度 Python3 解答错误 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}")


测评信息: