记录详情

Accepted

foo.c: In function 'main':
foo.c:29:9: warning: 'MaxNub' accessing 400004 bytes in a region of size 40004 [-Wstringop-overflow=]
   29 |         MaxNub(a, m);
      |         ^~~~~~~~~~~~
foo.c:29:9: note: referencing argument 1 of type 'int[100001]'
foo.c:3:6: note: in a call to function 'MaxNub'
    3 | int  MaxNub(int a[100001], int  y)
      |      ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 284.0 KiB
#2 Accepted 3ms 284.0 KiB

信息

递交者
类型
递交
题目
1-4 最大值的个数
比赛
2023 程序设计与竞赛(作业4:遗失的日子)
语言
C
递交时间
2023-10-05 11:02:26
评测时间
2023-10-05 11:02:26
评测机
分数
100
总耗时
6ms
峰值内存
284.0 KiB