这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《66分球条》回复:
感谢各位私信指点,目前已通过,不需要回复这条帖子了,谢谢各位!
在讨论《66分球条》回复:
过两天要交作业了,求回复
在讨论《66分球条》回复:
@[_Chronostatis_](luogu://user/768951)没学过呀,不会做,能给个样例吗,谢谢大佬
最后三个测试点超时了,求助大佬 ```cpp #include using namespace std; // ip: 判断一个数是否为回文数 bool ip(int num) { // 判断回文数 int r = 0, o = num; while (num != 0) { int digit = num % 10;…
```cpp #include #include using namespace std; int main() { int n; cin >> n; string words[100]; int counts[100] = {0}; for (int i = 0; i > words[i]; for (char &c…
在讨论《0分求调》回复:
@[weichenglu](luogu://user/1361314)@[weichenglu](luogu://user/1361314)关注了,能互关吗
在讨论《0分求调》回复:
回复必关
老师让我练了好久依旧零分,求大佬修改(自己可能改过一些地方) ```cpp #include #include #include using namespace std; int main() { int n,i,t=0,z; bool flag=true; cin>>n; for(int p=2;z<n;p++) {…
在讨论《大家都说这题BT,果然BT,我的全部TLE,哪位大佬帮我看看,球球了》回复:
@[complete_binary_tree](luogu://user/683859)蟹蟹
```cpp #include using namespace std; int main() { int l, r, cnt = 0; cin >> l >> r; for (int a = 1; a = l && n <= r) { cnt++; } } } cout << cnt << endl; return…
在讨论《WA了一个,求调》回复:
@[xiaowenxu_qwq](luogu://user/1291627)没毛病,我玩AI都用K2.0,DeepSeek都不信
在讨论《WA了一个,求调》回复:
@[xiaowenxu_qwq](luogu://user/1291627)猜对了,没看懂,我就来问问
```cpp #include #include using namespace std; int main() { double s, x; cin >> s >> x; double distance = 0; double speed = 7; double next_distance; for (int t =…
在讨论《AI写的,思路我觉得挺新奇,但是WA,各位大佬帮忙看看呗(不喜勿喷)》回复:
@[VegeBeany](luogu://user/630240)谢谢大佬
在讨论《AI写的,思路我觉得挺新奇,但是WA,各位大佬帮忙看看呗(不喜勿喷)》回复:
它说用的是C++17,但我感觉都无所谓,大同小异,不知大家咋看
```cpp #include #include #include // 用于 std::setw using namespace std; void permute(vector & nums, vector & used, vector & current, vector >& result) { if (curr…