http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=3946
哈哈。考想法的一道题。
首先注意到这句话:You may assume both families were cleaning at the same speed.
所以按理来说,(样例1中)本应该周末每个家庭都花3小时来清理花园,但A在忙完自己的一部分后又帮了C2小时,B帮了C1小时所以A要得90*2/(2+1)=60美刀
完整代码:
/*0.019s*/ #include<cstdio> int main() { int t, a, b, m; scanf("%d", &t); while (t--) { scanf("%d%d%d", &a, &b, &m); printf("%d\n", m * (2 * a - b) / (a + b)); } return 0; }
查看本栏目更多精彩内容:http://www.bianceng.cnhttp://www.bianceng.cn/Programming/sjjg/
以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索scanf
, http
小时
ora 12502、tns 12502、12502、three.js、three,以便于您获取更多的相关知识。
时间: 2024-12-09 08:17:08