2011年9月21日
摘要: //1000 bottles issues#include<stdio.h>void Bottle(int,int);void Media(int, int);int total;void main(int argc, char* argv[]){Media(1000,3);}void Media(int remain, intn){total = remain;Bottle(remain, n);}void Bottle(int remain, intn){if(remain < n){printf("Remain:%d,Total:%d", remai 阅读全文
posted @ 2011-09-21 10:49 影一辉 阅读(245) 评论(0) 推荐(0) 编辑