Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:24: error: 'm' was not declared in this scope
    7 |         for(int i=1;i<=m;i++)
      |                        ^
/in/foo.cc:11:13: error: 'check' was not declared in this scope
   11 |         if(!check()){cout<<0;return 0;}
      |             ^~~~~
/in/foo.cc:14:37: error: 'j' was not declared in this scope
   14 |                         if(ch[i]<ch[j]||ch[i]==ch[j]&&ma[i]<ma[j])
      |                                     ^

信息

递交者
类型
递交
语言
C++
递交时间
2025-02-06 13:14:48
评测时间
2025-02-06 13:14:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes