全部评论 1

  • 编译错误: /code/judger/test/1987347360526864384/main.cpp: In function 'int read()':
    /code/judger/test/1987347360526864384/main.cpp:12:25: error: 'x10' was not declared in this scope
    12 | while(c>='0'&&c<='9') x=x10+c-'0',c=getchar();
    | ^~~
    /code/judger/test/1987347360526864384/main.cpp: At global scope:
    /code/judger/test/1987347360526864384/main.cpp:15:20: error: 'N2' was not declared in this scope; did you mean 'N'?
    15 | int T,k,n,m,s[N],b[N2],c[N2],wl[N],wr[N],ans;
    | ^~
    | N
    /code/judger/test/1987347360526864384/main.cpp:15:26: error: 'N2' was not declared in this scope; did you mean 'N'?
    15 | int T,k,n,m,s[N],b[N2],c[N2],wl[N],wr[N],ans;
    | ^~
    | N
    compilation terminated due to -fmax-errors=3.

    2025-11-09 来自 湖南

    0
暂无数据

提交答案之后,这里将显示提交结果~

首页