初二(QWQ)萌新
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《关于t4》回复:
@[羊羊君的幻想](/user/416038) 正解不是同余最短路吗?
在讨论《CSP-J 如何查看赛时代码》回复:
@[yuhaodi](/user/533773) 现在看不到,大概一周后
```cpp for(int i = 2;i <= m;++i) for(int j = 1;j <= n;++j) ``` 别写成: ```cpp for(int i = 2;i <= m;++i) for(int j = 1;j <= m;++j) ```
在讨论《blog的变异》回复:
@[Koji_Tasho](/user/635555) 也谢谢你的帮助
在讨论《blog的变异》回复:
@[Koji_Tasho](/user/635555) 并没有改
在讨论《blog的变异》回复:
@[Koji_Tasho](/user/635555) 突然发现别人 blog 也变了。
在讨论《blog的变异》回复:
@[Koji_Tasho](/user/635555) 啥事更改网页编码
在讨论《blog的变异》回复:
@[wanguan](/user/719577) 好奇怪,图床也上传不了了(可能不是永远
在讨论《C++10分求助》回复:
```cpp #include using namespace std; char s[1002][1002]; int n, m, b[100002][3],ans[100002], f[1002][1002], visit[1002][1002] = {0}; int dfs(int x, int y,int tm…
在讨论《C++10分求助》回复:
@[fire_wolf](/user/690669) 可以加记忆化(按道理就能过了)。
在讨论《C++10分求助》回复:
```cpp #include using namespace std; char s[1002][1002]; int n, m, b[100002][3], f[1002][1002], visit[1002][1002] = {0}; int dfs(int x, int y) { if (visit[x][y]…
在讨论《站外题,求调》回复:
建议打好基础!QWQ(不一定改完了,但尽力了)
在讨论《站外题,求调》回复:
```cpp #include #include #include #include #include #include #include using namespace std; string s; int he; int n[9]; int main() { cin>>s; for(int i=0;i<s.leng…
在讨论《站外题,求调》回复:
@[Konnyaku_q](/user/512587)
在讨论《80分 #5TLE》回复:
@[Sunshine_su](/user/758792) 记忆化
在讨论《求助!改了两天了还是只有60分》回复:
@[TerryBreathe98](/user/906635) ```cpp #include using namespace std; long long n,e,d,k; int main(){ //freopen("decode3.in","r",stdin); //freopen("decode3.ans","…
在讨论《退役选手关于 CSP 的问题》回复:
@[zjf2012](/user/1043192) 同上
在讨论《P3378 8分求助(手工队列)》回复:
@[IOI_officialaccount](/user/964579) 建议用 $priority \ queue$ 捏。
在讨论《为什么?》回复:
@[Iam_God](/user/813622) 小朋友居然偷偷内卷
在讨论《为什么?》回复:
@[sxy2012yutiti](/user/729386) 但为什么只用改w/100就能过啊? 我认为他对 $fs$ 的运用只是为了存储答案,并无影响。
在讨论《为什么?》回复:
@[sxy2012yutiti](/user/729386) 不应该是 w/100的原因吗?
在讨论《为什么?》回复:
@[Iam_God](/user/813622) 考虑内部除,以免影响精度
在讨论《为什么?》回复:
@[Iam_God](/user/813622) 同上。 ```cpp #include using namespace std; int n,t[1001]; double w; signed main(){ // freopen("online.in","r",stdin); // freopen("online.…
在讨论《为什么在vs能跑在这编译失败》回复:
@[Redeption](/user/1029768) 我不太会用 VS code......
在讨论《坐标SC S组分数线全国最高(目前我看到的)》回复:
@[FjiangY_Ehco](/user/564147) 不然呢?
在讨论《坐标SC S组分数线全国最高(目前我看到的)》回复:
@[FjiangY_Ehco](/user/564147) ???
在讨论《坐标SC S组分数线全国最高(目前我看到的)》回复:
@[FjiangY_Ehco](/user/564147) 是啊