这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《问个问题》回复:
6,够直接
在讨论《数据有点水》回复:
%
```cpp #include using namespace std; int n,m,a[114514],top; void res(int l,int r) { top = 0; for(int i = l; i <= r; i++) if(a[i] <= a[top]) top = i; } int main(…
在讨论《大佬们求助!!!全TLE》回复:
谢谢各位大佬,已AC;
```ccp #include using namespace std; const int N=2005,inf=0x3f3f3f3f; int g,n,m,dis[N]; struct stu{ int u,v,w; } a[N]; void relax(int u,int v,int w) { if(dis[u]…
```cpp #include using namespace std; const long long N=100005,inf=2147483647; long long dis[N],chack[N],n,m,s,l,r,w; struct stu{ long long v,w; }; vector a[N];…
在讨论《90分求助》回复:
十年OI一场空,不开longlong见祖宗