上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 87 下一页
摘要: A. Middle of the Contest 代码: #include <bits/stdc++.h> using namespace std; int h1, m1, h2, m2; int tim1 = 0, tim2 = 0; int main() { scanf("%d:%d", &h1 阅读全文
posted @ 2019-04-22 15:03 _Zlrrr 阅读(111) 评论(0) 推荐(0)
摘要: A. Sushi for Two 代码: #include <bits/stdc++.h> using namespace std; const int maxn = 1e5 + 10; int N, cnt = 0; int a[maxn], vis[maxn]; int main() { sca 阅读全文
posted @ 2019-04-21 21:37 _Zlrrr 阅读(127) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2222 Problem Description In the modern time, Search engine came into the life of everybody like Google, Baid 阅读全文
posted @ 2019-04-21 12:56 _Zlrrr 阅读(165) 评论(0) 推荐(0)
摘要: see u again 阅读全文
posted @ 2019-04-21 09:43 _Zlrrr 阅读(187) 评论(0) 推荐(0)
摘要: A. Maxim and Biology 代码: #include <bits/stdc++.h> using namespace std; int N; string s; int minn = 0x3f3f3f3f; int main() { scanf("%d", &N); cin >> s; 阅读全文
posted @ 2019-04-19 18:27 _Zlrrr 阅读(238) 评论(0) 推荐(0)
摘要: A. Restoring Three Numbers 代码: #include <bits/stdc++.h> using namespace std; int n[5]; int a, b, c; int main() { for(int i = 0; i < 4; i ++) scanf("%d 阅读全文
posted @ 2019-04-17 15:58 _Zlrrr 阅读(242) 评论(0) 推荐(0)
摘要: A. The Doors 代码: #include <bits/stdc++.h> using namespace std; const int maxn = 2e5 + 10; int N; int Zero = 0, One = 0; int a[maxn], b[maxn], suma[max 阅读全文
posted @ 2019-04-16 20:47 _Zlrrr 阅读(213) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/find-the-town-judge/ In a town, there are N people labelled from 1 to N. There is a rumor that one of these people is se 阅读全文
posted @ 2019-04-16 11:39 _Zlrrr 阅读(247) 评论(0) 推荐(0)
摘要: A. Detective Book 代码: #include <bits/stdc++.h> using namespace std; const int maxn = 1e4 + 10; int N; int a[maxn]; int maxx = 0; int main() { scanf("% 阅读全文
posted @ 2019-04-15 22:40 _Zlrrr 阅读(168) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/longest-word-in-dictionary-through-deleting/ Given a string and a string dictionary, find the longest string in the dict 阅读全文
posted @ 2019-04-15 21:14 _Zlrrr 阅读(132) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 87 下一页