这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
# 三角函数基本结论 ## 三角函数诱导公式 根据三角函数定义,诱导公式是显而易见的: #### 1.诱导公式1: $$ \begin{aligned} \sin (2k\pi + x) &= \sin x \\ \cos (2k\pi + x) &= \cos x \\ \tan (2k\pi + x) &= \ta…
在文章《Min-Max容斥小记》发表评论:
Orz
在讨论《同机房大佬的传奇做法,但是上一篇题解忘记打空格了》回复:
@[lianru](/user/1052655) 所以说随机数据呜呜呜
在讨论《同机房大佬的传奇做法,但是上一篇题解忘记打空格了》回复:
@[Starrykiller](/user/235125)
在讨论《好奇》回复:
讨论你妈游戏
```cpp #include int main(){ for(long long i = 1, tot = tot * scanf("%lld", &tot), n = n * scanf("%lld", &n), val[105], sum[105], f[1005] = {0};i = 0 ;j--) if(i…
在讨论《怎么上交题目到洛谷?》回复:
@[quanquhengzhezou](/user/931366) 开个团队就可以上交团推题目
在讨论《大佬求助猴子排序为啥不能过(doge)》回复:
@[Infinity_Fantasy](/user/571265) 哈哈哈哈
在讨论《大佬求助猴子排序为啥不能过(doge)》回复:
@[HatsuneMikuSama](/user/538821) doge了解一下哥们哈哈哈哈哈
```cpp #include using namespace std; unsigned long long n, a[100005], b[100005], c[100005], flag[100005]; bool check(){ for(int i = 1;i > n; for(int i = 0;i > a…
```cpp #include using namespace std; int n, a[100005], b[100005], c[100005], flag[100005]; bool check(){ for(int i = 1;i > n; for(int i = 0;i > a[i]; do{ for(in…
```cpp #include using namespace std; #define swap(a,b) (a ^= b, b ^= a, a ^= b) const int mod = 1000000007; const int N = 100005; int cnt, head[N]; struct edge{…
在讨论《大佬玄关求调 wa on 6pt,球球了》回复:
自订 ```cpp #include using namespace std; const int N = 100015; const long long mod = 1000000007; #define swap(a, b) (a ^= b, b ^= a, a ^= b) int head[N], cnt; st…
```cpp #include using namespace std; const int N = 100005; const long long mod = 1000000007; #define swap(a, b) (a ^= b, b ^= a, a ^= b) int head[N], cnt; struc…
```cpp #include using namespace std; string T, ss, x; int n, m, cnt; map mp[105]; map f; map ::iterator it; bool check(string s) { if (s.length() > T.length())…
```cpp #include #define N 1000005 using namespace std; int n, m, sn, a[N], f[N], ans = 0, l = 1, r = 0; struct _1 { int que_l, que_r, que_id; }q[N]; struct _2 {…
在讨论《求助!这个状态转移方程啥意思?》回复:
@[yaojiahao2022](/user/673727) |就是或运算
在讨论《60pts求调,wa on #7#8#9#10》回复:
@[RainPPR](/user/371511) 感谢大佬!
在讨论《为什么只有20分,我感觉没问题啊》回复:
friend 你的s1应该等价于s3,这样直接迭代就好了\ the main code: ```cpp s3+=b+c-8; s2=s2+s3; ```
在讨论《60pts求调,wa on #7#8#9#10》回复:
**@[RainPPR](/user/371511) 我擦大佬感谢你,膜拜!!直接关啦!!** 可是这是为什么呢,不应该两个状态都考虑进来吗
也不知道为什么,总之就是wa了4个点,调了两月了没调出来,ma了已经,求助大佬 ```cpp #include using namespace std; const int maxn = 2e6 + 5; struct node { long long to, nxt; }bian[2 * maxn]; long lo…