摘要: 模板题 #include <cstdio> // 包含标准输入输出函数,如scanf、printf #include <cstring> // 包含字符串处理函数,如memset #include <algorithm> // 包含算法函数,如sort #include <vector> // 包含 阅读全文
posted @ 2025-08-18 16:55 Ty_66CCFf 阅读(10) 评论(0) 推荐(0)
摘要: 模板题 // Problem: P2863 [USACO06JAN] The Cow Prom S // Contest: Luogu // URL: https://www.luogu.com.cn/problem/P2863 // Memory Limit: 128 MB // Time Lim 阅读全文
posted @ 2025-08-18 16:31 Ty_66CCFf 阅读(23) 评论(0) 推荐(0)
摘要: //https://www.luogu.com.cn/problem/P10935 //https://www.acwing.com/problem/content/description/370/ #include <bits/stdc++.h> using namespace std; cons 阅读全文
posted @ 2025-05-11 10:56 Ty_66CCFf 阅读(12) 评论(0) 推荐(0)