Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:48: error: 'cj' was not declared in this scope; did you mean 'j'?
   10 |                         if(ch[i]<ch[j]||ch[i]==cj[j]&&ma[i]<ma[j]){
      |                                                ^~
      |                                                j
/in/foo.cc:13:38: error: 'mx' was not declared in this scope; did you mean 'ma'?
   13 |                                 swap(mx[i],ma[j]);
      |                                      ^~
      |                                      ma

信息

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