记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &le);
  ^~~~~~~~~~~~~~~~
foo.c:9:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &t);
   ^~~~~~~~~~~~~~~
foo.c:23:20: warning: iteration 1001 invokes undefined behavior [-Waggressive-loop-optimizations]
   for (j = 0; j < a[i]; j++)
                   ~^~~
foo.c:21:2: note: within this loop
  for (i = 0; i <= 1001; i++)
  ^~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#2 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#3 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#4 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#5 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#6 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#7 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#8 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#9 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB
#10 Wrong Answer User output longer than standard answer. 0ms 256.0 KiB

信息

递交者
类型
递交
题目
P1000 明明的随机数
语言
C
递交时间
2021-11-07 16:17:40
评测时间
2021-11-07 16:17:40
评测机
分数
0
总耗时
8ms
峰值内存
256.0 KiB