Accepted

foo.cc: In function 'int main()':
foo.cc:25:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(s=w)
        ~^~
foo.cc:5:33: warning: unused variable 'b' [-Wunused-variable]
  int a,i=2,s=0,max[100],d=0,w=0,b;
                                 ^
foo.cc:38:17: warning: 'max[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<max[d]<<' ';
                 ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 376.0 KiB
#5 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
5-5 统计素数因子
语言
C++
递交时间
2021-11-15 19:10:47
评测时间
2021-11-15 19:10:47
评测机
分数
100
总耗时
12ms
峰值内存
384.0 KiB