AcWing
首页
课程
题库
更多
竞赛
题解
分享
问答
应用
校园
历史记录
清除记录
猜你想搜
AcWing热点
App
登录/注册
AcWing 794. 高精度除法(无视高精度的Python代码)
原题链接
简单
作者:
PythonGod_forOthers
, 2024-11-10 00:40:44 , 所有人可见 , 阅读 1
0
Python代码无视高精度————
Python 代码
a=int(input()) b=int(input()) print(f'{a//b}\n{a%b}', end='')
0 评论
提交评论
App 内打开
你确定删除吗?
x
AcWing
请输入登录信息
记住我
请输入绑定的邮箱地址
请输入注册信息