记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:5:8: warning: unused variable 'm' [-Wunused-variable]
    5 |  int n,m,t,ts,maxn=0,maxx;
      |        ^
foo.cc:5:10: warning: unused variable 't' [-Wunused-variable]
    5 |  int n,m,t,ts,maxn=0,maxx;
      |          ^
foo.cc:5:12: warning: unused variable 'ts' [-Wunused-variable]
    5 |  int n,m,t,ts,maxn=0,maxx;
      |            ^~
foo.cc:5:22: warning: 'maxx' may be used uninitialized in this function [-Wmaybe-uninitialized]
    5 |  int n,m,t,ts,maxn=0,maxx;
      |                      ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Wrong Answer Read 0, expect 8. 3ms 384.0 KiB

信息

递交者
类型
递交
题目
1-4 最大值的个数
比赛
2022暑期青少年社团(入门赛)
语言
C++
递交时间
2022-07-28 21:49:11
评测时间
2022-07-28 21:49:11
评测机
分数
50
总耗时
7ms
峰值内存
384.0 KiB