Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:15: warning: 'cnt' may be used uninitialized [-Wmaybe-uninitialized]
   18 |         cout<<cnt;
      |               ^~~
/in/foo.cc:5:30: note: 'cnt' was declared here
    5 |         int n,a,maxa=INT_MIN,cnt;
      |                              ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 472.0 KiB
#2 Accepted 2ms 484.0 KiB
#3 Accepted 1ms 532.0 KiB
#4 Accepted 2ms 532.0 KiB
#5 Accepted 1ms 532.0 KiB

信息

递交者
类型
递交
题目
P1026 C8 最大值的出现次数
语言
C++
递交时间
2026-06-26 19:07:49
评测时间
2026-06-26 19:07:49
评测机
分数
100
总耗时
9ms
峰值内存
532.0 KiB