tLLWtG Blog

「version 1.0」

Codeforces think-cell Round 1

"Solutions of problem A-D"

题目链接点这里 鉴定为最近码量最小的一场 CF(A~D)。 CF1930A Maximise The Score 排序后两两取较小值累加。这样就尽可能的使大的数不被浪费。 1 2 3 4 5 6 7 8 9 10 11 12 void solve() { int n, ans = 0; cin >> n; vector<int>...

Codeforces Round 923 (Div.3)

"Solutions of problem A-G"

题目链接点这里 G 题在补了。 (=´ω`=) G 题题解已更新。 CF1927A Make it White 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 void solve() { int n; cin >> n; string s; ci...

Codeforces Round 922 (Div.2)

"Solutions of problem A-D"

题目链接点这里 CF1918A Brick Wall 1 2 3 4 5 6 void solve() { ll n, m; cin >> n >> m; cout << n * (m / 2) << endl; } CF1918B Minimize Inversions 注意到,当其中一个排列有序时,...

Codeforces Round 921 (Div.2)

"Solutions of problem A-D"

题目链接点这里 赛时 D 题题意读假了 :( CF1925A We Got Everything Covered! 前 $k$ 个字母按顺序排序 $n$ 次是一种解。 1 2 3 4 5 6 7 8 9 void solve() { int n, k; cin >> n >> k; for (int i = 1; i <=...

Educational Codeforces Round 161

"Solutions of problem A-E"

题目链接点这里 111 上大分了。 CF1922A Tricky Template 只要存在一个位置,使得 $c$ 和 $a, b$ 均不同就能构造出答案。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 void solve() { int n; cin >> n; string a, b, c; ...

Codeforces Round 920 (Div.3)

"Solutions of problem A-F"

题目链接点这里 这场 div3 F 题的算法很基础,但是我此前居然完全没接触过。(芙莉莲震惊.jpg) 不过这下能够算法沙漠面积--了。 CF1921A Square 1 2 3 4 5 6 7 8 9 10 11 12 13 void solve() { int x1 = 1e9, y1 = 1e9, x2 = -1e9, y2 = -1e9, x, y; ...

First Year in XMU

"Ambitious"

上半学期的内容不再赘述了,讲讲下半学期和小学期发生的新鲜事。 PS: 虾大的小学期将在明年被丢进历史的垃圾堆里(好! LIFE 志愿服务 开始做志愿服务的动机是学校评奖评优需要一定的志愿时长。上学期因为新冠,学校里几乎没有志愿活动可做,于是这学期初我就在焦虑的驱使下开始到处找志愿工作。三到六月里我先后做了社区四点半课堂的老师,垃圾分类志愿者,自行车摆放志愿者,创客大赛...

ღゝ◡╹)ノ♡ PV: NaN | UV: NaN