摘要: // wanmeilifang.cpp: 定义控制台应用程序的入口点。// #include "stdafx.h"#include <iostream>#include <algorithm>using namespace std; void selectmin(int arr[], int n){ 阅读全文
posted @ 2017-11-27 22:46 boht 阅读(134) 评论(0) 推荐(0)
摘要: // wanmeilifang.cpp: 定义控制台应用程序的入口点。// #include "stdafx.h"#include <iostream>using namespace std; 采用的是枚举法,四重循环int main(){ int N; cout << "请输入一个小于365的数: 阅读全文
posted @ 2017-11-27 00:33 boht 阅读(590) 评论(0) 推荐(0)