Wrong Answer
foo.cc: In function 'int main()':
foo.cc:11:12: warning: array subscript 10 is above array bounds of 'int [10]' [-Warray-bounds]
   11 |  cout<<a[10];
      |            ^
foo.cc:6:6: note: while referencing 'a'
    6 |  int a[10];
      |      ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1105 学号问题3
 - 语言
 - C++
 - 递交时间
 - 2022-02-10 16:33:04
 - 评测时间
 - 2022-02-10 16:33:04
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 4ms
 - 峰值内存
 - 392.0 KiB