上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: 1 #include 2 #include 3 using namespace std; 4 int main() 5 { 6 int w,n,p[31000],res = 0; 7 cin >> w; 8 cin >> n; 9 for (int i = 1;i > p[i]; 11 sort(p + 1,p + n + 1); 1... 阅读全文
posted @ 2019-07-25 11:01 IAT14 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 struct stu 5 { 6 int id; 7 int ch; 8 int mth; 9 int eng; 10 friend bool operator > n; 38 for (int i = 1;i > vec[i].ch... 阅读全文
posted @ 2019-07-25 11:00 IAT14 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 using namespace std; 3 int vis[10],ans[10],n; 4 void f(int x) 5 { 6 if (x == n + 1) 7 { 8 for (int i = 1;i > n; 26 f(1); 27 return 0; 28 } 阅读全文
posted @ 2019-07-24 23:45 IAT14 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 int main() 6 { 7 string a,b,tmp; 8 int x[11000] = {},y[11000] = {},z[11000] = {}; 9 int ok = 0; 10 cin >> a >> b;... 阅读全文
posted @ 2019-07-24 21:30 IAT14 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 int main() 5 { 6 string a,b; 7 cin >> a >> b; 8 int x[11000] = {},y[11000] = {},z[11000] = {}; 9 for (int i = 0;i = 1;i--) 25... 阅读全文
posted @ 2019-07-24 15:18 IAT14 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 struct test 5 { 6 int a; 7 int b; 8 friend bool operator > n; 18 for (int i = 1;i > vec[i].a >> vec[i].b; 20 sort(vec + 1,... 阅读全文
posted @ 2019-07-23 20:41 IAT14 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 using namespace std; 3 int n,a[110],tot,res; 4 int check(int x) 5 { 6 if (x != 0) 7 return 1; 8 return 0; 9 } 10 int main() 11 { 12 scanf("%d",&n); 13 f... 阅读全文
posted @ 2019-07-23 16:02 IAT14 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 using namespace std; 3 int a[51000]; 4 int len,m,n; 5 bool check(int x) 6 { 7 int last = 0; 8 int ans = 0; 9 for (int i = 1;i m) 17 return false; 18 re... 阅读全文
posted @ 2019-07-23 11:37 IAT14 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 int tot1,tot2,score1_W,score1_L,score2_W,score2_L; 6 int res1[6000][3],res2[6000][3]; 7 bool fnsh; 8 int main() 9 { 10 int le... 阅读全文
posted @ 2019-07-22 20:29 IAT14 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 using namespace std; 3 int n; 4 int main() 5 { 6 scanf("%d",&n); 7 int tmp; 8 for (int i = 0;i 0) 16 printf("+"); 17 else 18 ... 阅读全文
posted @ 2019-07-22 20:28 IAT14 阅读(124) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页