记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:22: warning: array subscript 1 is above array bounds of 'int [1]' [-Warray-bounds]
   12 |         int max = a[1];
      |                   ~~~^
/in/foo.cc:7:13: note: while referencing 'a'
    7 |         int a[] = { 0 };//错int* a = 0;
      |             ^
# 状态 耗时 内存占用
#1 Runtime Error 2ms 536.0 KiB
#2 Runtime Error 2ms 524.0 KiB

信息

递交者
类型
递交
比赛
2025年暑期编程训练营之一
语言
C++
递交时间
2025-07-03 09:30:40
评测时间
2025-07-03 09:30:40
评测机
分数
0
总耗时
5ms
峰值内存
536.0 KiB