欢迎加入https://www.luogu.com.cn/team/61740
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《RE求助(不是数组越界)》回复:
@[bashengxuan0422](luogu://user/1089972) 嗯嗯,谢谢大佬们
在讨论《RE求助(不是数组越界)》回复:
谢谢谢谢,是我眼瞎了
调试信息告诉我说是**浮点异常**错误,本萌新头一回见到,求大佬指点 ```cpp #include using namespace std; int n,h,f[30],d[30],t[30],m,ans,cnt; int dp[2000]; int main(){ cin>>n>>h; m=h*60; for(in…
在讨论《50pts的原因是:》回复:
谢谢楼主(我说怎么调试了半个小时没写出来)
在讨论《My Cow Ate My Homework S》回复:
等等,题目问的是“所有能够使你获得最高可能成绩的 K 值,并按升序排列”, 你这只输出了一个吧。
在讨论《重申一下,这题不是贪心》回复:
警钟长鸣,支持楼主! (怒交十几次的someone)T o T
在讨论《求问,解题思路》回复:
@[damuzhi](/user/1127424) 建议楼主再去看一眼exgcd的定义, 一个个求数据是2*10^5与10^9,会爆。 ……
在讨论《0ps,求调》回复:
@[thomas1234567](/user/1237804) please 看题, 你输出了什么?
在讨论《救我》回复:
@[phr0720](/user/971339) ~~~~那就当我没说~~~~
在讨论《救我》回复:
@[phr0720](/user/971339) 可以考虑map,不会炸。 ~~~~你要是不会就当我没说~~~~
在讨论《速速求助!!!》回复:
@[guomu](/user/1430240) ```c #include using namespace std; struct st{ int g,s; }a[200000]; int er(int l,int r,int t){ int m,as; while(l t){ r=m-1; } } return as…
在讨论《求助》回复:
@[rwhy](/user/1001535) 已A,thanks。 ~~怎么感觉我在变相看题解~~
在讨论《求助》回复:
@[rwhy](/user/1001535) no problem , just look the code. 确实是那样干的 thanks!
在讨论《求助》回复:
@[rwhy](/user/1001535) ```c #include using namespace std; long long num,cnt,ans; bool flag=0; string s; stack q; int main(){ cin>>s; for(int i=0;i<=s.size();i++…
在讨论《求助》回复:
@[rwhy](/user/1001535) 是的是的,正在写,刚刚找到思路…… ^-^ 谢谢
在讨论《WA20分求调》回复:
@[ZGSZ_AviationLover](/user/953240) 加了之后仍然有错QAQ
在讨论《求助》回复:
另:代码输出只有1!
```c #include using namespace std; struct node{ char opt; int x,y;}; string s; int l,r,num1,num2=1,a[100025]; queue b; bool f[100025]; int main(){ cin>>s; for(i…
在讨论《样例全过,但交上去全WA》回复:
me too,不过这题正解不是这个思路 @[Imustchaotijie](/user/1018087)
在讨论《蒟蒻求助》回复:
ohhhhhhhhhhhh! 想起来了想起来了想起来了 谢谢大佬!
code: ```c #include using namespace std; int p[25][25][25]; int w(long long a,long long b,long long c){ if(a 20||b>20||c>20) return p[20][20][20]; if(p[a][b][c]…
在讨论《【LGR-201-Div.3】SCP-J 2024 模拟赛赛时答疑帖》回复:
@[wangyishan](/user/612044) 不需要,看第一题
code: ```c #include using namespace std; string a,b; int ans,pos; bool f1=true,f2; int main(){ cin>>a; getline(cin,b); getline(cin,b); for(int i=0;i ='A'&&a[i]…
在讨论《WA20分求调》回复:
```c #include using namespace std; string a,b; int ans,pos; bool f=1; int main(){ cin>>a; getline(cin,b); for(int i=0;i ='A') a[i]+=32; for(int i=0;i ='A') b[i]…
```c #include using namespace std; int a[10005],ans,c,j,i,k; int main(){ cin>>c; for(j=1;j >a[j]; sort(a+1,a+c+1); for(i=1;i<=c;i++){ for(j=1;j<=c;j++){ for(k=1…
0分代码: ```c #include using namespace std; long long n,m,w[110],ans,dp[10010]; bool cmp(long long a,long long b){return a>b;} int main(){ cin>>n>>m; for(int i=1;i…
在讨论《蒟蒻求助,40分》回复:
@[Hatsune_Miku_](/user/544500) 太感谢了Thanks♪(・ω・)ノ,等于号去掉后是AC了,谢大佬帮助。
```c #include using namespace std; struct node{ int a,b; }y[20005],x[20005]; int m,n,k,l,d,xi,yi,qi,pi; bool cmp1(node a,node b){ return a.a>=b.a; } bool cmp2(n…