摘要:         2024_CCPC网络赛I题题解
DP题目    阅读全文
2024_CCPC网络赛I题题解
DP题目    阅读全文
 2024_CCPC网络赛I题题解
DP题目    阅读全文
2024_CCPC网络赛I题题解
DP题目    阅读全文
posted @ 2024-09-18 12:28
橘赴亦梦人ω
阅读(117)
评论(0)
推荐(0)
        
 2024_CCPC网络赛I题题解
DP题目    阅读全文
2024_CCPC网络赛I题题解
DP题目    阅读全文
 # 牛客第四场补题 AFHJL ## J.[ Qu'est-ce Que C'est?](https://ac.nowcoder.com/acm/contest/57358/J) **题意:** 构建一个n个数的数组,满足: * $-m using namespace std; using ll =    阅读全文
# 牛客第四场补题 AFHJL ## J.[ Qu'est-ce Que C'est?](https://ac.nowcoder.com/acm/contest/57358/J) **题意:** 构建一个n个数的数组,满足: * $-m using namespace std; using ll =    阅读全文
 # 牛客第三场补题ABDHJ: ## B.[ Auspiciousness](https://ac.nowcoder.com/acm/contest/57357/B) **题目:** *Dog Card* is a card game. In the game, there are a total     阅读全文
# 牛客第三场补题ABDHJ: ## B.[ Auspiciousness](https://ac.nowcoder.com/acm/contest/57357/B) **题目:** *Dog Card* is a card game. In the game, there are a total     阅读全文
 # [Codeforces Round 886 (Div. 4)](https://codeforces.com/contest/1850) ## A~D: ```c++ //A: bool solve(){ cin>>a[1]>>a[2]>>a[3]; sort(a+1,a+4); return     阅读全文
# [Codeforces Round 886 (Div. 4)](https://codeforces.com/contest/1850) ## A~D: ```c++ //A: bool solve(){ cin>>a[1]>>a[2]>>a[3]; sort(a+1,a+4); return     阅读全文