这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《p7909,为啥有两个tle》回复:
超空间或时间超了
在讨论《洛谷举报专区》回复:
@[洛谷](/user/3) @[zhengchenyu0414](/user/1414829) 抄袭题解 https://cdn.luogu.com.cn/upload/usericon/1243589.png?_t=1722831253187.5447 https://cdn.luogu.com.cn/upload…
在讨论《洛谷举报专区》回复:
@[洛谷](/user/3) @[zhengchenyu0414](/user/1414829) 你在: 抄袭题解 https://cdn.luogu.com.cn/upload/usericon/1243589.png?_t=1722756130000.5435 https://cdn.luogu.com.cn/up…
在讨论《求救》回复:
@[aleavf](/user/1242018) ```cpp #include using namespace std; int b[10]; void go(int x){ b[x % 10] = 1; b[x / 10 % 10] = 1; b[x / 100] = 1; } bool check(int x,i…
在讨论《求助》回复:
```cpp #include using namespace std; int main(){ int a[21][21] = {}; int n; cin >> n; for (int i = 1;i <= n;i++){ for (int j = 1;j <= i;j++){ if (j == 1||i == j…
在讨论《破解手机密码》回复:
ok谢谢建议
在讨论《破解手机密码》回复:
我也不知道,我只会一些基本算法