记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:9:33: warning: unused variable 'b' [-Wunused-variable]
    9 |         int a[200] = { 0 }; int b[200] = { 0 }; int c[200] = { 0 };
      |                                 ^
foo.cc:9:53: warning: unused variable 'c' [-Wunused-variable]
    9 |         int a[200] = { 0 }; int b[200] = { 0 }; int c[200] = { 0 };
      |                                                     ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 56778824, expect 67788124. 4ms 412.0 KiB
#2 Wrong Answer Read 1112223334445556..., expect 1122233344455566.... 4ms 412.0 KiB
#3 Accepted 3ms 328.0 KiB
#4 Wrong Answer Read 5671122339567112..., expect 6711223395671122.... 3ms 412.0 KiB
#5 Runtime Error Segmentation fault 3ms 412.0 KiB

信息

递交者
类型
递交
题目
5-8 留下最大数
比赛
2023 程序设计与基础(数组的世界)
语言
C++
递交时间
2023-11-28 16:39:57
评测时间
2023-11-28 16:39:57
评测机
分数
20
总耗时
19ms
峰值内存
412.0 KiB