记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:15: warning: iteration 99999 invokes undefined behavior [-Waggressive-loop-optimizations]
         if(a[i]==2) cnt++;
            ~~~^
/in/foo.cc:15:18: note: within this loop
     for(int i=1;i<=100000;i++){
                 ~^~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 708.0 KiB
#2 Accepted 2ms 816.0 KiB
#3 Accepted 4ms 812.0 KiB
#4 Accepted 6ms 804.0 KiB
#5 Accepted 24ms 812.0 KiB

信息

递交者
类型
递交
题目
3 有两个孩子的家庭个数
比赛
2024程序设计与竞赛作业赛第六场(Love)
语言
C++
递交时间
2024-11-16 20:25:05
评测时间
2024-11-16 20:25:06
评测机
分数
100
总耗时
40ms
峰值内存
816.0 KiB