“硬币掷出之后,正逆的转换从未停止。”
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《又双叒叕来求助了,换了个思路(有注释,求大佬debug)》回复:
感谢大佬(跪)
### 只输入一行就直接输出了,也不按照格式输出,答案还是错的 ```cpp #include using namespace std; #define maxn 114514 int n=0,a[10005][3],b[maxn][maxn][maxn]; int w(int x,int y,int z){ if(b…
```cpp #include using namespace std; int main(){ int n; cin>>n; string s[n]; for(int i=0;i >s[n]; } string a=s[0];int ans; for(int i=1;i a[j]-'0'){ a=s[i][j],an…
在讨论《蒟蒻请教:menset是干涉么用的?》回复:
@[Juice_Jiouge](luogu://user/711650)@[_cyh0412_](luogu://user/731644)@[litangzheng](luogu://user/1412732) 感谢大佬们(跪)
在讨论《蒟蒻请教:menset是干涉么用的?》回复:
说错了,是memset(汗)
在讨论《编译失败?why?》回复:
@[Programming_Konjac](luogu://user/1135901) 豪德豪德,蟹蟹~
在讨论《编译失败?why?》回复:
min的问题吗
```cpp #include using namespace std; #define pzq(a,b,c) for(int a=b;a >n>>m; pzq(i,1,n+1){ pzq(j,1,m+1){ ans1+=min(n-i+1,m-j+1); ans2+=(n-i+1)*(m-j+1)-min(n-i+1…
在讨论《快排求助》回复:
@[liuzhuoran141516](luogu://user/1351155)谢谢!
```cpp #include using namespace std; #define pzq(a,b,c) for(int a=b;a =c;a--) struct chengji{ int chinese,math,english; }; bool cmp(int a,int b){ return a>b; }…
在讨论《求助(有注释版)》回复:
第一名没问题,第二名往后都是是最高分-1,编号不变,如: 6 265 6 264 6 264 6 264 6 264
```cpp #include using namespace std; #define pzq(a,b,c) for(int a=b;a =c;a--) struct chengji{ int chinese,math,english; }; int main(){ int n; cin>>n; chengji a[…
在讨论《蒟蒻求助》回复:
第一名没问题,第二名往后都是是最高分-1,编号不变,如: 6 250 6 249 6 249 6 249 6 249
```cpp #include using namespace std; #define pzq(a,b,c) for(int a=b;a =c;a--) struct chengji{ int chinese,math,english; }; int main(){ int n; cin>>n; chengji a[…
在讨论《全RE求助》回复:
@[SunXiaolang](luogu://user/1385390)好的,谢谢
在讨论《全RE求助》回复:
@[SunXiaolang](luogu://user/1385390)就是scanf吗
在讨论《全RE求助》回复:
@[SunXiaolang](luogu://user/1385390)不懂就问,怎样格式化输入呢?
在讨论《全RE求助》回复:
已知部分错误,改了常数,但一个WA两个TLE
在讨论《全RE求助》回复:
在本地运行正常,在洛谷上就不行了
```cpp #include using namespace std; #define pzq(a,b,c) for(int a=b;a >n>>k; pzq(i,0,n)cin>>a[i]; sort(a,a+n); unique(a,a+n); cout<<a[k]; return 0; }
在讨论《快排求助》回复:
@[liuzhuoran141516](luogu://user/1351155) 蒟蒻不会awa
在讨论《快排求助》回复:
@[zjr2014](luogu://user/1050483)谢谢
在讨论《快排求助》回复:
20分,四个RE
```cpp #include using namespace std; #define pzq(a,b,c) for(int a=b;a flag)j--; if(i >n; pzq(i,0,n){ cin>>a[i]; } qsort(a,0,n-1); pzq(i,0,n-1){ cout<<a[i]<<" ";…
在讨论《数字大于十个就会直接输出固定的2147483647,求改正》回复:
@[ycyxh1](luogu://user/1287433) 噢,好的,谢谢!
在讨论《数字大于十个就会直接输出固定的2147483647,求改正》回复:
@[ycyxh1](luogu://user/1287433) 改了,谢谢,本地也对了,但是洛谷上还是错,咋办啊 ```cpp #include using namespace std; #define pzq(a,b,c) for(int a=b;a >n>>s; for(int i=n-1;i>=0;i--){ n…
在讨论《数字大于十个就会直接输出固定的2147483647,求改正》回复:
已知对应数字表示的方式没错(~~因为得了40分且本人重点查看过~~),是哪里出了问题啊,求教蟹蟹
```cpp #include using namespace std; #define pzq(a,b,c) for(int a=b;a >n>>s; for(int i=n-1;i>=0;i--){ num[i]=s%10; s/=10; } for(m=n-1;m>=0;m--){ if(num[m]==1){…