s

sunhaoxuan_csp

#1749236

看简介请到shx-web.infinityfreeapp.com (还未写好)

发帖
4
文章
0
互动
1
陶片
0
获赞
0
收藏
0

历史用户名外显

追踪最近的用户名外显变动记录。

  1. sunhaoxuan_csp
    最早追溯到 2025/11/03最后捕获于 2025/11/03

时间线

最近的文章、讨论、云剪贴板与社区记录

  1. 发起讨论
    90pts TLE#10#12#13 求调

    以下是代码,c++,dfs+简单剪枝 ```cpp #include using namespace std; int n; double x[19], y[19]; double minn = 1e9; int b[19]; double f(double xa, double ya, double xb, doub…

    回复 0参与人数 1
  2. 发起讨论
    80pts

    ```cpp #include using namespace std; struct node { int to; string name; }; queue p; int n, m; int main() { cin >> n >> m; for(int i = 1; i > t.to; cin >> t.name…

    回复 1参与人数 1
  3. 回复讨论

    在讨论80pts求调回复:

    @[chenjunnan](luogu://user/1041850) 感谢大佬,已解决
  4. 发起讨论
    80pts求调

    代码 ```cpp #include using namespace std; int h = 0, d = 0; char ct[1000009]; int main() { int i = 1; char c; while(cin >> c) { if(c == 'E') { if(h!=0||d!=0) cout…

    回复 3参与人数 3
  5. 发起讨论
    94分WA#7求调

    代码如下,用的$BFS$ ```cpp #include using namespace std; int t[2009], m[2009]; int n, a, b; int que[2009]; int qt[2009]; void bfs() { int tail = 1, head = 0; t[a] = 1;…

    回复 1参与人数 1
已经到最早的记录