记录详情

Accepted

/in/foo.cc: In function 'int cq(int)':
/in/foo.cc:8:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,k,t=0;
        ^
/in/foo.cc:8:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k,t=0;
          ^
/in/foo.cc:15:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int sub(int)':
/in/foo.cc:26:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:14: warning: array subscript is above array bounds [-Warray-bounds]
         a[501]=0;
         ~~~~~^
# 状态 耗时 内存占用
#1 Accepted 146ms 348.0 KiB
#2 Accepted 502ms 380.0 KiB
#3 Accepted 30ms 284.0 KiB
#4 Accepted 7ms 376.0 KiB
#5 Accepted 5ms 356.0 KiB
#6 Accepted 4ms 364.0 KiB
#7 Accepted 5ms 372.0 KiB
#8 Accepted 4ms 384.0 KiB
#9 Accepted 248ms 384.0 KiB
#10 Accepted 502ms 368.0 KiB

信息

递交者
类型
递交
题目
麦森数(mason)
题目数据
下载
语言
C++
递交时间
2017-12-21 21:24:26
评测时间
2017-12-21 21:24:26
评测机
分数
100
总耗时
1457ms
峰值内存
384.0 KiB