摘要: #include<iostream>using namespace std;int main(){ int a,b,c,m; cin >> a >> b >> c; if (a < b) { if (c > b) cout << a << "->" << b << "->" << c << endl 阅读全文
posted @ 2016-09-03 22:19 code666 阅读(165) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>using namespace std;int main(){ int a, i, k, j, n1,n2; int b = 7; int n = 3; char ch; cin >> a >> ch; if (a < 7) { cout << ch << end 阅读全文
posted @ 2016-09-03 16:58 code666 阅读(123) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio>#include <iostream> using namespace std; int num[1004];int rest[1004]; void preHandle(){ int sum = 1; int cnt = 1; for (int i = 1; i 阅读全文
posted @ 2016-09-03 12:17 code666 阅读(135) 评论(0) 推荐(0) 编辑