发布于 12 天前 Tokitsukaze and a+b=n (medium) Violet956 0 热度 啥也没有呀 C++ #include <bits/stdc++.h> #define int long long using namesp …
发布于 13 天前 本题主要考察了dp Violet956 0 热度 啥也没有呀 C++ dp吗??? 思维题,序列构造问题 代码 #include <bits/stdc++.h> using namespa …
发布于 14 天前 现在是,学术时间 (II) Violet956 0 热度 啥也没有呀 C++ 题目分析 一道解析几何题,要考虑多种情况,题目的x,y,xp,yp都大于0,即我们只用考虑4种情况:上,右上,右,包含。 代码 # …
发布于 16 天前 P1330 封锁阳光大学 Violet956 0 热度 啥也没有呀 C++ 普通的bfs染色问题 #include <bits/stdc++.h> using namespace std; co …
发布于 2022-08-10 Trie字符串统计 Violet956 27 热度 啥也没有呀 C++ #include <bits/stdc++.h> using namespace std; const int N = …
发布于 2022-08-10 【模板】KMP Violet956 7 热度 啥也没有呀 C++ #include <bits/stdc++.h> using namespace std; const int N = …
发布于 2022-08-03 【模板】双链表 Violet956 11 热度 啥也没有呀 C++ #include <bits/stdc++.h> using namespace std; const int N = …
发布于 2022-08-02 【模板】单链表 Violet956 10 热度 啥也没有呀 C++ #include <bits/stdc++.h> using namespace std; const int N = …