Wrong Answer

foo.cc: In function 'int main()':
foo.cc:15:10: warning: unused variable 't' [-Wunused-variable]
  int i,j,t;
          ^
foo.cc:14:5: warning: array subscript is above array bounds [-Warray-bounds]
  a[N]={n};
  ~~~^
foo.cc:34:15: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<a[j]<<" ";
               ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > 0.00 2ms 384.0 KiB
#2 Wrong Answer User output longer than standard answer. 1ms 384.0 KiB
#3 Wrong Answer User output longer than standard answer. 1ms 384.0 KiB
#4 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#5 Wrong Answer User output longer than standard answer. 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1090 阶段测验3(1)
语言
C++
递交时间
2021-07-26 22:51:08
评测时间
2021-07-26 22:51:08
评测机
分数
0
总耗时
9ms
峰值内存
384.0 KiB