记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:20:7: error: 'a' was not declared in this scope
    if(a[j]<a[m])
       ^
foo.cc:29:7: error: 'a' was not declared in this scope
  show(a[k+1],);
       ^
foo.cc:29:14: error: expected primary-expression before ')' token
  show(a[k+1],);
              ^
foo.cc:28:7: warning: unused variable 'sc' [-Wunused-variable]
  char sc[3][12];
       ^~
foo.cc: At global scope:
foo.cc:127:1: error: expected declaration before '}' token
 }
 ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1037 环形山丘(续)
语言
C++
递交时间
2021-09-24 21:34:33
评测时间
2021-09-24 21:34:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes