记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:35:23: warning: variable 'b' set but not used [-Wunused-but-set-variable]
   35 |                 int a,b; a=read(),b=read();
      |                       ^
foo.cc:41:25: warning: iteration 100009 invokes undefined behavior [-Waggressive-loop-optimizations]
   41 |                 if(cnt[i]==2) res++;
      |                    ~~~~~^
foo.cc:40:22: note: within this loop
   40 |         for(int i=1;i<=N;i++)
      |                     ~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 4ms 384.0 KiB
#5 Accepted 7ms 384.0 KiB

信息

递交者
类型
递交
题目
3 有两个孩子的家庭个数
比赛
2022暑期青少年社团(告别赛)
语言
C++
递交时间
2022-08-21 19:38:57
评测时间
2022-08-21 19:38:57
评测机
分数
100
总耗时
26ms
峰值内存
384.0 KiB