摘要:
Codeforces Round 978 (Div. 2) C轮廓DP C. Gerrymandering 思路:考虑有哪些情况呢? 发现结尾只有三种情况,0.平的,1.上凸,2.下凸。 那么每一种后面能出现什么呢? 这样看起来就好写啦。 // AC one more times // nndbk 阅读全文
posted @ 2024-10-15 23:11
nannandbk
阅读(218)
评论(0)
推荐(1)
摘要:
2024CCPC长春邀请赛IGLE I. The Easiest Problem 签到 // AC one more times // nndbk #include <bits/stdc++.h> using namespace std; typedef long long ll; const in 阅读全文
posted @ 2024-10-15 15:13
nannandbk
阅读(218)
评论(0)
推荐(1)
浙公网安备 33010602011771号