zoj
HugeBBBaby
张杰的星星
展开
-
zoj 3568 Exchange for Cola
1.判断好N 和 A 的关系, N A两种情况2.在每种情况中都需要判断borrow和B,作为while循环的条件,不满足 borrow 具体代码如下:#include#includeusing namespace std;int main(){ long long n,a,b,num,bor; while(cin>>n>>a>>b){ n原创 2013-08-08 13:59:38 · 458 阅读 · 0 评论 -
zoj 3569 Dr. Zomboss's Revenge
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3569重新排列植物,对于每种植物每行放b个,如果还有剩余,则ans++ ,最后 ans/n具体代码如下:#include#includeusing namespace std;int main(){ int n,m,t,i;原创 2013-08-08 14:04:54 · 616 阅读 · 0 评论