摘要: A题: 题意:判断火星上的节假日最多和最少 分析:除以7,然后我们对原数模7的余数进行判断一下即可 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <string> 5 #include <vecto 阅读全文
posted @ 2016-05-09 20:43 wolf940509 阅读(172) 评论(0) 推荐(0)