记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:6:10: warning: unused variable 'j' [-Wunused-variable]
  int n,t,j;
          ^
foo.cc:27:11: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cout<<t<<endl;
           ^
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 45ms 396.0 KiB
#6 Accepted 16ms 424.0 KiB
#7 Accepted 72ms 428.0 KiB
#8 Accepted 180ms 436.0 KiB
#9 Accepted 85ms 432.0 KiB
#10 Accepted 413ms 432.0 KiB

信息

递交者
类型
递交
题目
P1035 s-0-6之阶乘问题
比赛
2020苏青奥赛集训营(2021-2-3课堂小练)
语言
C++
递交时间
2021-02-03 13:44:56
评测时间
2021-02-03 13:44:56
评测机
分数
100
总耗时
822ms
峰值内存
436.0 KiB