摘要: #include <cstdio> #include <cstring> #include <iostream> #include <stdio.h> #include <iomanip> #include <string> using namespace std; int main() { int 阅读全文
posted @ 2020-11-13 17:26 西湖盗月 阅读(85) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio> #include <cstring> #include <iostream> #include <stdio.h> #include <iomanip> #include <string> using namespace std; int main() { int 阅读全文
posted @ 2020-11-13 16:50 西湖盗月 阅读(126) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio> #include <cstring> #include <iostream> #include <stdio.h> #include <iomanip> #include <string> using namespace std; int main() { int 阅读全文
posted @ 2020-11-13 16:08 西湖盗月 阅读(95) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio> #include <cstring> #include <iostream> #include <stdio.h> #include <iomanip> using namespace std; int SuShu(int n) { //去除小于2的数 if(n 阅读全文
posted @ 2020-11-13 15:16 西湖盗月 阅读(113) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio> #include <cstring> #include <iostream> #include <stdio.h> #include <iomanip> using namespace std; int main() { int n = 0; cin >> n; 阅读全文
posted @ 2020-11-13 14:34 西湖盗月 阅读(84) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio> #include <cstring> #include <iostream> #include <stdio.h> using namespace std; bool CheckYear(int n) { if(n % 400 == 0) return true; 阅读全文
posted @ 2020-11-13 14:21 西湖盗月 阅读(104) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio> #include <cstring> #include <iostream> #include <stdio.h> using namespace std; int main() { //字符判断 char a[5]; cin.getline(a,4); if(a 阅读全文
posted @ 2020-11-13 14:19 西湖盗月 阅读(78) 评论(0) 推荐(0) 编辑