这个月饼不懒,但是什么也没有留下
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
刚在网上学拓扑排序,#1、3、4 AC,其它全TLE,大佬救救 ```cpp #include using namespace std; int n,tmp,sum; int in[110][110],num_in[110]; bool c[110]; int main(){ cin>>n; sum=n; for(in…
在讨论《30分 求调》回复:
你可以试试吧b,c,d,e四个数组定义在函数外面(虽然不知道对不对)
样例都没过…… ```cpp #include using namespace std; int n,tmp; int a[1010],b[10],c[10]; int main(){ cin>>n; for(int i=1;i >a[i]; } for(int i=1;i >b[i]; } for(int i=1;i…
在讨论《关于估值》回复:
???
在讨论《关于估值》回复:
> 正常情况下,咕值一周会更新一次。 > 由于技术原因,存在少部分用户的咕值偶尔没有及时更新,属于正常现象。除非所有人的咕值 2 周都没有更新。
```cpp #include using namespace std; struct Node{ int m; int v; double q; }a[110]; int n,b; double t,sum; bool tmp(Node a,Node b){ if(a.q>b.q){ return 1; }else{…
求救 全WA ```cpp #include using namespace std; struct Node{ int m; int v; double q; }a[110]; int n; double t,sum; bool tmp(Node a,Node b){ if(a.q>b.q){ return 1; }…
在讨论《WA求助》回复:
已AC,thanks
```cpp #include using namespace std; int n,tmp; int main(){ cin>>n; for(int i=1;i >tmp; for(int i=2;i*i 1){ cout<<tmp; } cout<<endl; } return 0; } ```
在讨论《洛谷网校 2025 寒假课程指南》回复:
qp
在讨论《问》回复:
@[_A8cde_](luogu://user/1438920)栓Q
在讨论《RE救救》回复:
@[ljcnoi](luogu://user/1176197)已AC,谢谢
```cpp #include using namespace std; int n,a; bool zhi(int x){ for(int j=0;j*j >n; for(int i=0;i >a; if(zhi(a)){ cout<<a<<' '; } } return 0; } ```
在讨论《EPXLQ 2024 fall round 赛后总结帖》回复:
qp
在讨论《EPXLQ 2024 fall round 赛时答疑帖》回复:
qp
```cpp #include using namespace std; string a,b,c,d,e; int t; string str; int main(){ cin>>str; for(int i=0;i<str.size();i++){ t=str[i]; switch(t){ case '0': a+…
```cpp #include using namespace std; int a[10010]; int n,m; int main(){ cin>>m; for(int h=0;h >n; for(int i=0;i >a[i]; } int suma,sumb; bool flag; for(int i=1;i…
在讨论《10分求助》回复:
10年OI一场空,不开long long见祖宗
```cpp #include using namespace std; int n,a[10010],m,x,y,temp; int main(){ cin>>n; for(int i=1;i >a[i]; } cin>>m; for(int i=0;i >x>>y; for(int j=x;j a[j+1]){ t…
在讨论《为啥TLE?》回复:
已AC
在讨论《为啥TLE?》回复:
@[FearlessWarriors](luogu://user/1100788) out,复制忘记改了……
```cpp #include using namespace std; int n,a,t; int st(int n){ for(int i=0;i >t; while(t--){ cin>>a; cout<<st(a)<<endl; } return -1; } ```
在讨论《啊?》回复:
1.你要-32呀 2.得转char型呀