随笔分类 -  补题

摘要:CF补题 981-Div.3-20241226 Dashboard - Codeforces Round 981 (Div. 3) - Codeforces A: 题目大意:\(x\) 从 \(0\) 开始,轮流将 \(x\) 前后移动 \(i*2-1\), 求最后移动出 \([-n,n ]\) 的 阅读全文
posted @ 2024-12-28 10:21 才瓯 阅读(38) 评论(0) 推荐(0)
摘要:CF补题 993-Div.4-20241221 Dashboard - Codeforces Round 993 (Div. 4) - Codeforces A: 题目大意:给出一个 \(n\) ,求有多少有序正整数数对 \((a,b)\),使得 \(a=n-b\) #include <iostre 阅读全文
posted @ 2024-12-22 19:38 才瓯 阅读(19) 评论(0) 推荐(0)
摘要:CF补题 970-Div.3-20241217 Dashboard - Codeforces Round 970 (Div. 3) - Codeforces A: 题目大意:给出 \(a\) 个 \(1\) 和 \(b\) 个 \(2\) 组成的序列,可以在其中加入 \(+or-\) 号,判断能否使 阅读全文
posted @ 2024-12-20 14:31 才瓯 阅读(13) 评论(0) 推荐(0)
摘要:CF补题 991-Div.3-20241210 Dashboard - Codeforces Round 991 (Div. 3) - Codeforces A: 题目大意:给出 \(n\) 个字符串,求前多少个字符串的大小之和小于 \(m\) #include <iostream> #includ 阅读全文
posted @ 2024-12-15 20:28 才瓯 阅读(22) 评论(0) 推荐(0)
摘要:CF补题 964-Div.4-20241206 Dashboard - Codeforces Round 964 (Div. 4) - Codeforces A: 题目大意:给定一个两位数正整数 n ,求其位数之和 #include <stdio.h> int main() { int n; sca 阅读全文
posted @ 2024-12-08 10:01 才瓯 阅读(64) 评论(0) 推荐(0)