Runtime Error
foo.cc: In function 'int main()':
foo.cc:9:33: warning: unused variable 'b' [-Wunused-variable]
    9 |         int a[200] = { 0 }; int b[200] = { 0 }; int c[200] = { 0 };
      |                                 ^
foo.cc:9:53: warning: unused variable 'c' [-Wunused-variable]
    9 |         int a[200] = { 0 }; int b[200] = { 0 }; int c[200] = { 0 };
      |                                                     ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 5-8 留下最大数
 - 语言
 - C++
 - 递交时间
 - 2023-12-27 23:25:55
 - 评测时间
 - 2023-12-27 23:25:55
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 22ms
 - 峰值内存
 - 412.0 KiB