上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: 题目链接:https://atcoder.jp/contests/abc200/tasks/abc200_e E - Patisserie ABC 2 题意 \(n^3\) 个三元组 \((x,y,z)\ (1 \le x,y,z \le n)\) 按照以下三个关键字从小到大排序: \(x + y 阅读全文
posted @ 2021-05-11 18:30 Kanoon 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 五一快乐 (~ ̄▽ ̄)~ 比赛链接:https://codeforces.com/contest/1519 A. Red and Blue Beans 题意 有 \(r\) 个红色豆子和 \(b\) 个蓝色豆子,需要将它们分成几包,要求每包: 至少有一个红色豆子 至少有一个蓝色豆子 两种颜色豆子的数 阅读全文
posted @ 2021-05-01 17:20 Kanoon 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 昨天下午监考招新赛时做的 =。= 话说前天晚上验题时还想着这么简单肯定会有人 ak 来着,结果第一过题数也才 9/12 。 比赛链接:https://codeforces.com/contest/1512 A. Spy Detected! 题解一 记录每个值所在的下标,之后遍历一遍找到只有一个下标的 阅读全文
posted @ 2021-04-12 17:20 Kanoon 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 比赛链接:https://codeforces.com/contest/1506 A. Strange Table 题解 所在行 \(row = n\ \ \ if\ \ \ x\ \%\ n = 0\ \ \ else\ \ \ x\ \%\ n\) 所在列 \(col = \lceil \fra 阅读全文
posted @ 2021-03-29 17:20 Kanoon 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 比赛链接:https://pintia.cn/market/item/1371703238093053952 7-1 打印三角形拼图 (15 分) 题解 找规律。 代码 #include <bits/stdc++.h> using namespace std; int main() { ios::s 阅读全文
posted @ 2021-03-17 00:31 Kanoon 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 比赛链接:https://pintia.cn/market/item/1336191032829964288 7-1 祖传好运 (15 分) 题解 递归判断即可。 代码 #include <bits/stdc++.h> using namespace std; bool ok(int x) { if 阅读全文
posted @ 2021-03-14 01:05 Kanoon 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 好久不见~ 这里是某鸽子博主的突然更新 (ෆ´ ˘ `ෆ)♡ 比赛链接:https://codeforces.com/contest/1494 A. ABC String 题解 字符串首端的字母一定是用 '(' 代替,末端的字母一定是用 ')' 代替,第三类字符枚举 '(' , ')' 两种情况即可 阅读全文
posted @ 2021-03-03 20:22 Kanoon 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 第一次 ak cf 的正式比赛,不正式的是寒假里 div4 的 Testing Round,好啦好啦不要问我为什么没有 ak div4 了,差一题差一题 =。= 不知不觉已经咕了一个月了2333。 比赛链接:https://codeforces.com/contest/1462 A. Favorit 阅读全文
posted @ 2020-12-17 17:20 Kanoon 阅读(85) 评论(0) 推荐(1) 编辑
摘要: 比赛链接:https://codeforces.com/contest/1440 A. Buy the String 题解 枚举字符串中 $0$ 或 $1$ 的个数即可。 代码 #include <bits/stdc++.h> using namespace std; int main() { io 阅读全文
posted @ 2020-11-18 00:50 Kanoon 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 比赛链接:https://codeforces.com/contest/1447 A. Add Candies 题意 $1$ 到 \(n\) 个袋子里依次有 $1$ 到 \(n\) 个糖果,可以选择操作 \(m\) 次,第 \(i\) 次操作可以: 选择一个袋子,除了这个袋子外其他袋子都再放入 \( 阅读全文
posted @ 2020-11-16 22:00 Kanoon 阅读(147) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 23 下一页