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 Accepted 1ms 208.0 KiB
#2 Accepted 1ms 220.0 KiB
#3 Accepted 1ms 224.0 KiB
#4 Runtime Error 1ms 216.0 KiB
#5 Runtime Error 1ms 220.0 KiB

信息

递交者
类型
递交
题目
P1111 5-5 统计素数因子
比赛
2021.6.25期末考试结束庆祝赛
语言
C++
递交时间
2021-07-02 23:10:12
评测时间
2021-07-02 23:10:12
评测机
分数
60
总耗时
7ms
峰值内存
224.0 KiB