上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 46 下一页
摘要: [比赛链接](https://codeforces.com/contest/1843) # A ## 代码 ```c++ #include using namespace std; using ll = long long; int a[57]; bool solve() { int n; cin 阅读全文
posted @ 2023-07-15 18:07 空白菌 阅读(23) 评论(0) 推荐(0) 编辑
摘要: [比赛链接](https://codeforces.com/contest/1844) # A ## 代码 ```c++ #include using namespace std; using ll = long long; bool solve() { int a, b; cin >> a >> 阅读全文
posted @ 2023-07-14 22:40 空白菌 阅读(10) 评论(0) 推荐(0) 编辑
摘要: [比赛链接](https://codeforces.com/contest/1847) # A ## 代码 ```c++ #include using namespace std; using ll = long long; int a[107]; int f[107]; bool solve() 阅读全文
posted @ 2023-07-13 19:09 空白菌 阅读(54) 评论(0) 推荐(0) 编辑
摘要: # A ## 代码 ```c++ #include using namespace std; using ll = long long; int p[507]; bool solve() { int n; cin >> n; for (int i = 1;i > p[i]; int pos1 = 0 阅读全文
posted @ 2023-07-11 20:10 空白菌 阅读(16) 评论(0) 推荐(0) 编辑
摘要: [比赛链接](https://codeforces.com/contest/1846) # A ## 代码 ```c++ #include using namespace std; using ll = long long; bool solve() { int n; cin >> n; int c 阅读全文
posted @ 2023-07-10 03:34 空白菌 阅读(195) 评论(0) 推荐(1) 编辑
摘要: [比赛链接](https://codeforces.com/contest/1842) # A ## 代码 ```c++ #include using namespace std; using ll = long long; bool solve() { int n, m; cin >> n >> 阅读全文
posted @ 2023-07-08 13:02 空白菌 阅读(234) 评论(0) 推荐(0) 编辑
摘要: [比赛链接](https://codeforces.com/contest/1836) # A ## 代码 ```c++ #include using namespace std; using ll = long long; int cnt[107]; bool solve() { int n; c 阅读全文
posted @ 2023-07-06 20:16 空白菌 阅读(261) 评论(0) 推荐(2) 编辑
摘要: [比赛链接](https://codeforces.com/contest/1845) # A ## 代码 ```c++ #include using namespace std; using ll = long long; bool solve() { int n, k, x; cin >> n 阅读全文
posted @ 2023-07-03 21:46 空白菌 阅读(41) 评论(0) 推荐(0) 编辑
摘要: [比赛链接](https://codeforces.com/contest/1838) # A ## 代码 ```c++ #include using namespace std; using ll = long long; bool solve() { int n; cin >> n; int m 阅读全文
posted @ 2023-07-01 17:00 空白菌 阅读(127) 评论(0) 推荐(1) 编辑
摘要: [比赛链接](https://codeforces.com/contest/1841) # A ## 代码 ```c++ #include using namespace std; using ll = long long; bool solve() { int n; cin >> n; if (n 阅读全文
posted @ 2023-06-25 22:11 空白菌 阅读(110) 评论(1) 推荐(2) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 46 下一页