这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《90分TLE求调》回复:
我为什么会TLE
在讨论《90分TLE求调》回复:
@[wusheng_](luogu://user/1795848) 那道题能帮助我什么
在讨论《90分TLE求调》回复:
@[wangxx2012](luogu://user/1068781) 我真学不会RMQ
在讨论《90分TLE求调》回复:
@[wsdyz2010](luogu://user/575302) 不是<=1000000吗
```cpp #include using namespace std; #define MAXN 100005 #define INF INT_MAX long long m,n,a[MAXN]; long long x,y,minn; int main() { cin>>m>>n; for(int i=1;i >a…
```cpp #include using namespace std; char s1,s2,s3,s4,s5,s6,s7,s8; int y,yy,m,mm,d,dd,h,hh,c,cc,n,a[5001]; int bt(int s) { int sun=0; for(int i=0;i >n; for(int…
```cpp #include #define MAXN INT_MAX using namespace std; int n,ans,maxx,f[MAXN][2]; int u,v,w,a[MAXN]; vector g[MAXN]; void dfs(int x) { f[x][0]=0; f[x][1]=a[x…
# **80分求调** ```cpp #include using namespace std; struct node { string name; int CJ1,CJ2,LW; char XS,XB; }a[1005]; long long n,ans,k; long long maxx=0,sum=0; int…
# **最后该咋输出,求调!!!** ```cpp #include using namespace std; const int MAXN=2000005; const int MAXLOG=21; long long st[MAXN][MAXLOG],a[MAXN],n,m; long long logt[MAXN…
# **最后该如何输出,求大佬们帮助,求帮助呀!!!!!** # **以下是代码** ```cpp #include using namespace std; long long n,m,r,k,jj=0; long long maxx_k=0; long long sb(long long a) { if(a >n>…
**# 70分,求大佬帮助** ```cpp #include using namespace std; void solve(vector &stones,long long n) { vector s(2*n+1,0); for(int i=1;i > min_dp(2 * n + 1, vector (2*n+1…