看淡,持一颗平常心
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《TLE 2个点,还能优化吗(不改算法)?》回复:
@[wuhuhuhuhuhuhu](luogu://user/1388711) 感谢!
``` #include using namespace std; int n; int f[200005],a[200005]; int main(){ cin>>n; for(int i=1;i >a[i]; f[i]=a[i]; } int flag=1; int num=0; while(flag==1){ n…
在讨论《蒟蒻暴力全WA,悬关求调》回复:
@[HCA_ac_life](/user/1009001) 捉
在讨论《蒟蒻暴力全WA,悬关求调》回复:
咋改名了???
在讨论《90分求调!》回复:
``` #include using namespace std; int main(){ string a,s; int ans=0; cin>>a; getchar(); a=" "+a+" "; transform(a.begin(),a.end(),a.begin(),::tolower); getline(c…
在讨论《求助大佬,全wa,但为啥样例和第一个数据全过了》回复:
已AC
``` #include using namespace std; int x[100000],y[100000],z[100000],ans=0; bool vis[100000]; int n,h,r; void dfs(int i){ if(z[i]+r>=h){ ans++; return; } vis[i]=…
```#include using namespace std; int main(){ int m,n,b=0; cin>>m>>n; int a[1000][1000]; for(int i=1;i >a[j][i]; for(int i=1;i >k>>x>>y; if(k==1){ for(int p=1;p<…
在讨论《求助大佬,只过了一个》回复:
改了一下,80求帮助 ```#include using namespace std; int main(){ int t,v,s; cin>>s>>v; int a=s/v/60,b=50-s/v%60; if(s%v!=0) b--; if(b 7) { if(24-a+7==9||24-a+7==8) { if(…
在讨论《求助大佬,只过了一个》回复:
求大佬帮助
``` #include using namespace std; int main(){ int t,v,s; cin>>s>>v; int a=s/v/60,b=50-s/v%60; if(b 7) { if(24-a+7==9||24-a+7==8) { if(b>10) cout 10) cout 10) co…
在讨论《求助》回复:
把int s[20][20];提前
在讨论《求助》回复:
6