摘要: 链接 分析:数字三角形,经典题 1 /* 2 PROB:numtri 3 ID:wanghan 4 LANG:C++ 5 */ 6 #include "iostream" 7 #include "cstdio" 8 #include "cstring" 9 #include "string" 10 阅读全文
posted @ 2017-06-28 10:58 wolf940509 阅读(153) 评论(0) 推荐(0)
摘要: A题 分析:开始从v0开始,每天增加a,然后超过v1就从v1开始 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "string" 5 using namespace std; 6 int c,v0, 阅读全文
posted @ 2017-06-28 09:14 wolf940509 阅读(130) 评论(0) 推荐(0)