这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
我实在没招了,数学不太好 ``` #include #define int long long using namespace std; const int N = 5005; int a[N]; int n; signed main() { ios::sync_with_stdio(false); cin.tie(0…
``` //样例全对啊,为啥 #include using namespace std; typedef long long ll; const int N = 1e5 + 5; ll a[N], n, dp[N]; string s; int dfs(int len) { if (dp[len] != -1) { r…
```cpp //有很多人双向bfs也能通过啊(题解区的), 请问我的为什么不可以啊 #include using namespace std; int t; string sstart = "", send = "111110111100*110000100000"; int dx[] = {1, 1, -1, -1…
```cpp #include using namespace std; typedef long long LL; const int N = 10005; vector G[N]; int scores[N]; int d[N][N]; int b[N][3]; int n, m, k; void bfs(int…
```cpp #include using namespace std; typedef long long LL; LL n, m, k; const int N = 3000; LL score[N]; vector G[N]; LL d[N][N]; void bfs(int start) { queue q;…
``` #include #define int long long using namespace std; const int N = 114514; int a[N], w[N]; int n; void dfs(int x) { if (x >= (1 rs) { a[x] = ls; w[x] = w[2 *…
在文章《题解: 原根判断》发表评论:
我很有必要从天台一跃而下
```cpp #include using namespace std; const int N = 1e5 + 5; int a[N]; vector v; int main() { int n = 0; int t; while (cin >> t) a[++ n] = t; for (int i = 1; i a…
在讨论《求助!》回复:
@[MLE_Automaton](luogu://user/928418)6
在讨论《这题能用DP吗?》回复:
@[tyr_04](/user/747109) 我也是服了,我太菜了,这题都想不出思路!
在讨论《疑问》回复:
@[heyx0201](/user/768951) ok
在讨论《万能的谷民们认为今年cspj难不难》回复:
T3怎么做啊
在讨论《J复赛报复J初赛》回复:
@[ChenXiJie2013](/user/928418) 意思是在19年前才有蓝题
在讨论《J复赛报复J初赛》回复:
@[Elliott19](/user/773155) 那这道题的正解是啥啊,我卡了114514年了
在讨论《J复赛报复J初赛》回复:
@[Elliott19](/user/773155) 怎么骗啊
在讨论《J复赛报复J初赛》回复:
@[ChenXiJie2013](/user/928418) 18年还没有CSP,只有NOIP。CSP是19年出的
描述 实验室购买了 n 种金属材料,每种一根,需要把这些金属材料切割后,装到 k 个罐子里面保存,每个罐子只能装一种金属,金属可以有剩余。 现在需要使用机器把金属切割成相同的体积,切割成的体积越大越好。 请帮忙计算这个最大体积是多少? 输入描述 第一行输入两个整数 n和k。 接下来 n 行,每行四个正整数,a、b、c,…
描述 实验室购买了 n 种金属材料,每种一根,需要把这些金属材料切割后,装到 k 个罐子里面保存,每个罐子只能装一种金属,金属可以有剩余。 现在需要使用机器把金属切割成相同的体积,切割成的体积越大越好。 请帮忙计算这个最大体积是多少? 输入描述 第一行输入两个整数 n和k。 接下来 n 行,每行四个正整数,a、b、c,…
在讨论《请问有没有大犇帮我做一下这道贪心题(C++)》回复:
@[Undertale123](/user/1173109) 谢谢,膜拜大犇!!!关注了