Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:7: warning: unused variable 'k' [-Wunused-variable]
   int k=i;
       ^
/in/foo.cc: In function 'int ss(int)':
/in/foo.cc:45:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:12: warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<imax; 
            ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 420.0 KiB
#2 Runtime Error 1ms 424.0 KiB
#3 Runtime Error 1ms 492.0 KiB
#4 Runtime Error 1ms 360.0 KiB
#5 Runtime Error 1ms 428.0 KiB

信息

递交者
类型
递交
题目
5-5 统计素数因子
语言
C++
递交时间
2021-07-08 11:17:06
评测时间
2021-07-08 11:17:06
评测机
分数
0
总耗时
8ms
峰值内存
492.0 KiB