//目录
摘要: Everybody in this country should learn how to program a computer,because it teaches you how to think. ——史蒂夫~乔布斯 圆的面积 输入 斐波那契 同心圆 日期与时间 习题部分 阅读全文
posted @ 2018-10-12 20:27 小草的大树梦 阅读(1628) 评论(0) 推荐(0) 编辑
摘要: A. Phone Numbers 题意:给一些数字,每个电话号码以8开头,11位,求最多组成多少个号码,重复累加。 #include <bits/stdc++.h> using namespace std; const int maxn = 105; char str[maxn]; int main 阅读全文
posted @ 2018-10-12 16:17 小草的大树梦 阅读(239) 评论(0) 推荐(0) 编辑