这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
数组开大一些 5e5评测结果[这里](https://www.luogu.com.cn/record/227400639) 5e6评测结果[这里](https://www.luogu.com.cn/record/227400708) 有没大佬解释一下为什么数组开5e5会炸 QWQ
数组开大一些 这是5e5大小评测结果[这里](https://www.luogu.com.cn/record/227400639) 6e5大小评测结果[这里](https://www.luogu.com.cn/record/227400708) 有没有大佬解释一下为什么是WA而不是RE QWQ
分享自己调代码时的神人bug 1.自己的循环代码是否正确 2.j初始化为0,查询完border后再初始化为0,j==b.size()时变成border[j] 3.如果RE数组开大一点
在讨论《请问这能举报吗?》回复:
其实这些更可以举报 p2168 ```cpp R199709682 记录详情 #include #include #include #include #define ll long long using namespace std; struct node { ll w,h; node(){w=0,h=0;} node…
在文章《题解:P1525 [NOIP2010 提高组] 关押罪犯 || 拓展域并查集》发表评论:
orz
1 **十年()一场空,不开()见() ** 2 应 模 尽 模(push_up的sum,push_down的sum和懒标记,修改中的sum与懒标记,查询中的结果) 3 在乘法修改时加法懒标记也要乘! 4 记得把乘法懒标记初始化成1 5 乘法加法操作别写反!! 6 乘法加法操作参数要传对 7 如果你参数用的 l,ll,…
在讨论《举报小粉兔卡评测》回复:
~~封前留名~~
在讨论《洛谷举报专区》回复:
@[qaz12345678_](/user/1370412)
在讨论《洛谷举报专区》回复:
@[qaz12345678_](https://www.luogu.com.cn/user/1370412)
在讨论《洛谷举报专区》回复:
举报@qaz12345678_抄题解 [证据1](https://www.luogu.com.cn/record/167353091) 题解 ```cpp #include #include #include using namespace std; string s[21];int n; bool cmp(const…
在讨论《求》回复:
you need this https://luogu.codingoier.work/solution
在讨论《ctj是什么意思》回复:
抄题解
在讨论《请问这次暑假有多少出名的猴子(违规紫衫)》回复:
@[kent2012](/user/963904) 刚棕名
```cpp #include using namespace std; int main() { int a,b,c,a1[114514],b1[114514],n,cnt=1,sum=1,ans=0; bool a2=true,c1[114514],a3=true; cin>>n; for(int i=1;i >a…
在讨论《0分惨si,感谢各位帮忙查明si因》回复:
代码如下 ```cpp #include using namespace std; int a[100005]; int num[100005]={0}; int cnt=-1e9; int main(){ int n; cin>>n; for(int i=1;i >a[i]; sort(a+1,a+n+1); for…
在讨论《0分惨si,感谢各位帮忙查明si因》回复:
a[i]的大小不是只有0~3,可能出现3以上的数,不要只看样例做题啊
为什么报错啊 No valid executable file was produced by the compiler ./ccstgQQ3.o: in function `__static_initialization_and_destruction_0(int, int)': src:(.text+0x47e):…
```c++ #include using namespace std; int n,m,ans=0,sum=0,a[25]; bool vis[25]; bool prime(int x) { if(x==1||x==0) return false; for(int i=2;i >n>>m; for(int i=1;…
在讨论《求加bug》回复:
```c #include using namepace std long long mian { itn a,b; cin<<a<<b; printf(“%lld”,a,b); retrun 0; } ```
``` #include using namespace std; int n,a[2005],b[2005],ans=0; bool b1[2005],a1[2005]; bool cmp(int x,int y) { return x>y; } int main() { cin>>n; for(int i=1;i…