Runtime Error

foo.cc: In function 'int main()':
foo.cc:10:8: warning: array subscript is above array bounds [-Warray-bounds]
     a[3]=n%10;
     ~~~^
foo.cc:11:9: warning: array subscript is above array bounds [-Warray-bounds]
     sort(a+1,a+1+3);
     ~~~~^~~~~~~~~~~
foo.cc:11:9: warning: array subscript is above array bounds [-Warray-bounds]
foo.cc:11:9: warning: array subscript is above array bounds [-Warray-bounds]
foo.cc:12:47: warning: array subscript is above array bounds [-Warray-bounds]
     if(a[1]==0&&a[2]!=0) cout<<a[2]<<a[1]<<a[3];
                                               ^
foo.cc:13:35: warning: array subscript is above array bounds [-Warray-bounds]
     if(a[1]==0&&a[2]==0) cout<<a[3]<<a[1]<<a[2];
                                   ^
foo.cc:14:38: warning: array subscript is above array bounds [-Warray-bounds]
     if(a[1]!=0) cout<<a[1]<<a[2]<<a[3];
                                      ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Aborted 1ms 384.0 KiB
#2 Runtime Error Aborted 2ms 384.0 KiB
#3 Runtime Error Aborted 2ms 384.0 KiB
#4 Runtime Error Aborted 1ms 384.0 KiB
#5 Runtime Error Aborted 2ms 384.0 KiB
#6 Runtime Error Aborted 2ms 384.0 KiB
#7 Runtime Error Aborted 2ms 384.0 KiB
#8 Runtime Error Aborted 2ms 384.0 KiB
#9 Runtime Error Aborted 2ms 384.0 KiB
#10 Runtime Error Aborted 2ms 384.0 KiB
#11 Runtime Error Aborted 2ms 384.0 KiB
#12 Runtime Error Aborted 2ms 384.0 KiB
#13 Runtime Error Aborted 1ms 384.0 KiB
#14 Runtime Error Aborted 2ms 384.0 KiB
#15 Runtime Error Aborted 2ms 384.0 KiB
#16 Runtime Error Aborted 2ms 384.0 KiB
#17 Runtime Error Aborted 2ms 384.0 KiB
#18 Runtime Error Aborted 1ms 384.0 KiB
#19 Runtime Error Aborted 1ms 384.0 KiB
#20 Runtime Error Aborted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P2280 数字重排
比赛
8.4盛泽二中 暑期特训预热赛
语言
C++
递交时间
2021-08-04 19:20:48
评测时间
2021-08-04 19:20:48
评测机
分数
0
总耗时
43ms
峰值内存
384.0 KiB