Compile Error
foo.cc: In function 'int main()':
foo.cc:30:17: error: 's' was not declared in this scope
         cout<<a[s]<<a[c]<<a[m]<<a[e];
                 ^
foo.cc:30:23: error: 'c' was not declared in this scope
         cout<<a[s]<<a[c]<<a[m]<<a[e];
                       ^
foo.cc:30:29: error: 'm' was not declared in this scope
         cout<<a[s]<<a[c]<<a[m]<<a[e];
                             ^
foo.cc:30:35: error: 'e' was not declared in this scope
         cout<<a[s]<<a[c]<<a[m]<<a[e];
                                   ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2423 学生成绩(students)
 - 比赛
 - 初二数组专练10.29
 - 语言
 - C++
 - 递交时间
 - 2021-10-29 21:06:37
 - 评测时间
 - 2021-10-29 21:06:37
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes