全部评论 3

  • [:ACGOACGO_肝_肝不动了

    2025-03-26 来自 浙江

    0
  • /code/judger/run/20250318/5031725561748127841/main.cpp:10:7: error: 'maxn2' was not declared in this scope; did you mean 'maxn'?
    10 | }edge[maxn2];
    | ^~~~~
    | maxn
    /code/judger/run/20250318/5031725561748127841/main.cpp: In function 'void add(int, int, int)':
    /code/judger/run/20250318/5031725561748127841/main.cpp:14:1: error: 'edge' was not declared in this scope
    14 | edge[cnt].to=to;
    | ^~~~
    /code/judger/run/20250318/5031725561748127841/main.cpp: In function 'void dfs(int, int, int)':
    /code/judger/run/20250318/5031725561748127841/main.cpp:23:26: error: 'edge' was not declared in this scope
    23 | for(int i=head[v];i!=0;i=edge[i].next)
    | ^~~~
    compilation terminated due to -fmax-errors=3.

    2025-03-18 来自 山西

    0
  • 2025-02-07 来自 江苏

    0
首页