记录详情

Wrong Answer

foo.cc: In function 'int FindiSecondMax(int*, int)':
foo.cc:6:9: warning: variable 'max' set but not used [-Wunused-but-set-variable]
     int max = 0;
         ^~~
foo.cc:15:9: warning: variable 'xmax' set but not used [-Wunused-but-set-variable]
     int xmax = 0;
         ^~~~
foo.cc: In function 'int main()':
foo.cc:31:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d", &m, &n);
     ~~~~~^~~~~~~~~~~~~~~~
foo.cc:33:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &a[i]);
         ~~~~~^~~~~~~~~~~~~
foo.cc:35:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &b[i]);
         ~~~~~^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Wrong Answer Read 0, expect 3. 2ms 384.0 KiB
#4 Wrong Answer Read 0, expect 2. 2ms 376.0 KiB
#5 Wrong Answer Read 0, expect 2. 2ms 384.0 KiB

信息

递交者
类型
递交
比赛
2021(四) 作业第二场:见面赛
语言
C++
递交时间
2021-10-31 11:39:26
评测时间
2021-10-31 11:39:26
评测机
分数
40
总耗时
12ms
峰值内存
384.0 KiB