这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; typedef long long ll; const ll maxn = 1e6 + 5; ll a[maxn], b[maxn],d[maxn], f[maxn]; ll n, m, q; void build(ll s, ll t, ll…
在讨论《在上课,全WA,求救》回复:
感谢大佬们,很及时
```cpp #include using namespace std; typedef long long ll; const ll maxn = 1e6 + 5; ll a[maxn], b[maxn],d[maxn], f[maxn] = {1}; ll n, m; void build(ll s, ll t,…
```cpp #include using namespace std; string m, l; void dfs(string m, string l){ int len = l.size(); if (len > 0){ int r = l[len - 1]; cout > m >> l; dfs(m, l);…
在讨论《求解》回复:
刷一道水题没过的屑@name_be_used
```cpp #include using namespace std; bool isPrime(int x){ if (x == 1) return 0; for (int i = 3; i * i <= x ; i++){ if (x % i == 0) return 0; } return 1; } int m…
在讨论《关于讨论区》回复:
@[Lionel_Messi_10](luogu://user/1376362) 全世界最聪明的人
在讨论《狗屁不通文章生成器c++版(整活)》回复:
@[_zhaosihan_qwq_](luogu://user/1287887) 滚动的天空
在文章《一觉醒来,全球算法竞赛能力上升 1000 倍!》发表评论:
继续连载吗
在讨论《大家对央视春晚的看法》回复:
@[PengHao_2012](luogu://user/1468012) 弹幕看春晚,欧耶
在讨论《听灌佬多(求条玄关)》回复:
我喜欢你这个头像=)
在讨论《狗屁不通文章生成器c++版(整活)》回复:
我注意到了你的头像=)
我就是随手一查,然后你看爆出了什么东西。 我作为杀戮尖塔SL大神,本来想发发威。 然后:紫题 我:不惧妖邪(呼---),内心宁静,暴怒+(轰---),发泄(嗒嗒嗒),奇迹(嘤---),招牌技(嚓) 不说了,想题去了 你们评评理:招牌技强不强
在讨论《全WA求助》回复:
@[_Somutate_](/user/1343530) 已AC,谢谢
```cpp #include using namespace std; vector mp[100005]; int vis[100005]; int n, d, u, v, cnt; void dfs(int x, int dis){ vis[x] = 1; if (dis == d) return; for (i…
很喜欢一句话 听取WA声一片 ```cpp #include using namespace std; vector mp[100005]; int vis[100005]; int n, d, u, v, cnt; void dfs(int x, int dis){ vis[x] = 1; if (dis == d)…
在讨论《10个全WA,求救》回复:
@[xsmfollower](/user/1308728) 太帅了 终于过了
在讨论《10个全WA,求救》回复:
```cpp #include using namespace std; int v[1005], p[1005],dp[1005]; int main(){ int n, m; cin >> n >> m; for (int i = 1; i > v[i] >> p[i]; } for (int i = 1; i =…
在讨论《10个全WA,求救》回复:
@[Read_int](/user/400999) 还是过不了 ```cpp #include using namespace std; int w[1005], v[1005], dp[1005]; int main(){ int n, m; cin >> n >> m; for (int i = 1; i > w[…
```cpp #include using namespace std; int v[1005], p[1005],f[1005]; int main(){ int n, m; cin >> n >> m; for (int i = 1; i > v[i] >> p[i]; for (int i = 1; i = v[…
为什么有人会喜欢加std:: 像这样 ```cpp #include using namespace std; int main(){ std::cout << 1; return 0; } ```
```cpp #include using namespace std; int main(){ int n; cin >> n; int num[20]; string tmp; while (n--){ cin >> tmp; for (int i = 1; i 9){ tmp1 = num[i] / 10; tm…
在讨论《新用户10分求救》回复:
```cpp #include using namespace std; int main(){ int n; cin >> n; int num[20]; string tmp; while (n--){ cin >> tmp; for (int i = 1; i 9){ t = num[i]; tmp1 = t /…