勤能补拙是良训,一分辛苦一分才!
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
rt ``` #include #define int long long using namespace std; int a[1000010],latest[1000010],last[1000010],ans[1000010],n,m; bool f[1000010]; struct node{ int id,l…
rt 代码如下: ``` #include using namespace std; int f[100010],a[100010],n,k,sum,ans=INT_MAX; struct SegmentTree{ int l,r,dat; #define l(p) t[p].l #define r(p) t[p].r…
在讨论《96求调》回复:
``` cout 1000000"; ```
在讨论《90pts,悬关求调》回复:
此帖结
``` #include #define int long long using namespace std; const int mod=1e9+7; int ten[30],dp[30],cnta[30],cntb[30],num[30],T,l,r,ans; inline void init(){ ten[0]=…
在讨论《求一份NOIP难度的数据结构题单(并查集、线段树等)》回复:
@[a_blue_cell](/user/422759) thx