wdnmd
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《这里有UVA的题面》回复:
膜拜大佬
在讨论《这里有UVA的题面》回复:
@[Bruce·Darwin·Xu](/space/show?uid=24212) 巨
在讨论《数据问题????》回复:
@[_King__](/space/show?uid=62691) 不是会导致两种飞行员数量不同的吗
在讨论《为什么最后一个点过不去》回复:
@[___new2zy___](/space/show?uid=60359) 您那么巨,怎么能不%你呢
在讨论《为什么最后一个点过不去》回复:
谢谢巨佬
在讨论《为什么最后一个点过不去》回复:
哦
在讨论《为什么最后一个点过不去》回复:
难道是乘法要用快速幂形式打吗
在讨论《为什么最后一个点过不去》回复:
``` #include #include long long n; long long m[100010]; long long c[100010]; long long gcd(long long a,long long b) { if(b==0) { return a; } return gcd(b,a%b);…
#include #include long long n; long long m[100010]; long long c[100010]; long long gcd(long long a,long long b) { if(b==0) { return a; } return gcd(b,a%b); } vo…
在讨论《数据问题????》回复:
有理有理
在讨论《翻译》回复:
# 太巨了 ## 太巨了 ### 太巨了
在讨论《hicc0305》回复:
@ hicc0305
#include #include #include using namespace std; int n; int a[101]; int f[101][2001]; int tot=0; int main() { memset(a,0,sizeof(a)); memset(f,-10000000,sizeof(f)…
```cpp #include #include long long s[101][101]; long long k[101][101]; long long a,b,x,y; int main() { memset(s,0,sizeof(s)); scanf("%lld %lld %lld %lld",&x,&y,…
在讨论《求大佬(下载测试数据测是对的,提交全错)——不解》回复:
我没有用c++中的东西不用iostream和using namespace std
```cpp #include #include long long s[101][101]; long long k[101][101]; long long a,b,x,y; int main() { memset(s,0,sizeof(s)); scanf("%lld %lld %lld %lld",&x,&y,…
在讨论《肿么只有20分?我明明是双重循环》回复:
都四重了
#迪杰斯特拉 为什么有时候超时,有时候AC? ```cpp #include #include #include using namespace std; int n,m,s; long long dis[10001]; vector f[10001]; vector g[10001]; int t[10001]; i…
在讨论《题目有一点没说清楚》回复:
好像是哦