百度提前批笔试题

第二题,关于木板涂色的问题,编译的时候提示Floating Point Exception 到底什么问题,谁能告诉我,大神带带我呗。。
全部评论
楼主怎么做的?
点赞 回复 分享
发布于 2017-09-02 21:45
我找到问题了,唉。 vector<int> fence(int numOfPlanks,int numOfcolors, int numOfSteps,int ** steps) { vector<int> out_put; int average=0; for(int i=0;i<numOfSteps;i++) { if((numOfcolors-1)==0) out_put.push_back(numOfPlanks); else { if((numOfPlanks-(steps[i][1]-steps[i][0]+1))%(numOfcolors-1)==0) average=((numOfPlanks-(steps[i][1]-steps[i][0]+1))/(numOfcolors-1)); else average=((numOfPlanks-(steps[i][1]-steps[i][0]+1))/(numOfcolors-1))+1; if((steps[i][1]-steps[i][0]+1)>(average)) out_put.push_back(steps[i][1]-steps[i][0]+1); else out_put.push_back(average); } } return out_put; }
点赞 回复 分享
发布于 2017-09-02 21:56
取余数可能出现了0的情况
点赞 回复 分享
发布于 2017-09-02 21:57
我连题都没看懂怎么破
点赞 回复 分享
发布于 2017-09-02 22:04
也是amcat平台上的吗?表示只AC这一道,感觉要gg
点赞 回复 分享
发布于 2017-09-02 22:04
正解是线段树
点赞 回复 分享
发布于 2017-09-02 22:52
我暴力就能过
点赞 回复 分享
发布于 2017-09-03 02:16

相关推荐

totoroyyw:千年老妖😂
投递华为等公司10个岗位
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务