【杭电多校第七场】A + B = C
摘要:
原题: Given a,b,c, find an arbitrary set of x,y,z such that a*10^x+b*10^y=c*10^z and 0≤x,y,z≤10^6. 给你三个高精度数a、b、c,要求找出任意一组x、y、z满足a*10^x+b*10^y=c*10^z 首先需 阅读全文
posted @ 2019-08-12 21:53 cdcq 阅读(322) 评论(0) 推荐(0) 编辑