这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《4个点TLE??????(请求开放数据下载)》回复:
@[DоsLikе](/user/66313) 改成这样试试? ```cpp string tmp,be,en; int main(){ int n=1; int r=1; while(cin>>be,getline(cin,tmp),getline(cin,tmp),cin>>en){ if(n==1)findkey…
在讨论《五十分求助》回复:
没判自环
在讨论《说句闲话:研究珂学的最好方法是》回复:
考古(如果那天不用回校就可以在线看这篇神贴了……)
在讨论《更新公告》回复:
~~前~~后排
在讨论《滑稽代码收集贴》回复:
数学初联的一道题(c++解决)(滑稽) ```cpp #include #define _l int #define __l main #define ___l i++ #define ____l return 0 #define fl { #define fr } #define L ( #define R ) #d…
在讨论《求助(Wrong answer)》回复:
@[memset0](/space/show?uid=53495) ```cpp 哦,@错人了(尴尬)。 ```
在讨论《求助(Wrong answer)》回复:
@[Bowen123](/space/show?uid=53734) ```cpp inline void solve(int m){ ``` 改成了 ```cpp inline void solve(lli m){ ``` 还是Wrong answer,但是最大的数据不会崩溃,结果也是正确的。
在讨论《求助(Wrong answer)》回复:
@[memset0](/space/show?uid=53495) 我就是这么打的,只是__Init(i)有点奇怪。 好像最大的数据我会崩,输出0。
在讨论《求助(Wrong answer)》回复:
@[memset0](/space/show?uid=53495) 你是怎么做的?
在讨论《求助(Wrong answer)》回复:
所以我哪里写错了,哇哇哇 @[memset0](/space/show?uid=53495)
在讨论《求助(Wrong answer)》回复:
@[memset0](/space/show?uid=53495) 你黑题都过了差不多50道了,我才几道。
在讨论《求助(Wrong answer)》回复:
嘲讽呀(>_<)
在讨论《求助(Wrong answer)》回复:
@[memset0](/space/show?uid=53495) 嗯……
```cpp #include using namespace std; #define nxt m%10,m/=10 #define lli long long int const int mod=1e9+7; const int maxn=15e3+5; map m; lli w[maxn],dp[maxn][12…
在讨论《CF165B题目描述部分翻译错误纠正》回复:
@[晨晖烁烁](/space/show?uid=19811) ```cpp 提交帖子后要记得@[管理员](/space/show?uid=78611) ``` @[chen_zhe](/space/show?uid=8457) @[kkksc03](/space/show?uid=1) @[龟龟号打捞船](/space…
在讨论《求助,全是Runtime Error(^.^)!》回复:
@[susan_8341](/space/show?uid=65310) 已经通过:) ```cpp 原因: 1、括号匹配问题。 2、scanf(" %[^\r]",ch[i]); ```
在讨论《求助,全是Runtime Error(^.^)!》回复:
@[susan_8341](/space/show?uid=65310) 为什么:)
在讨论《求助,全是Runtime Error(^.^)!》回复:
贴一下数据。 ```cpp Input1: 10 - 9 + 8 -7 -((5 + (4 + 3+1-(1-2)))) 8 9+9+4+6+9+1-9-5-1-(8-7) 9999 + 9999+9999+9999-(9999 + 9999+9999+9999)+1+ 8 1-13 6 (1 +5)-1-8-7-(…
在讨论《求助,全是Runtime Error(^.^)!》回复:
数据点下载后全都是正确的,真是莫名其妙!
```cpp #include using namespace std; #define f(a) (a ='0' && ch sta; bool Inside=false; char ans[maxn]={0}; int cnt=0,nbr=0,tot=0; int len=strlen(s),a[maxn]; fo…
```cpp #include using namespace std; const int maxn=2e2+5; char s[maxn][maxn]; int n,line[maxn],ans; int zl[4][2]={{0,1},{1,0},{-1,0},{0,-1}}; inline void flood…
在讨论《什么算不重复?》回复:
@[Mr青](/space/show?uid=81685) https://www.lydsy.com/JudgeOnline/wttl/thread.php?tid=2932
在讨论《数据太水了吧》回复:
~~ _ _ __ ------------ _ ------------ _ ~~
在文章《浅谈神仙算法——DLX》发表评论:
666
在讨论《这个题。。。。》回复:
Wa了好多次。。。