/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:8: warning: unused variable 'b' [-Wunused-variable]
  int a,b,c;
        ^
/in/foo.cc:5:10: warning: unused variable 'c' [-Wunused-variable]
  int a,b,c;
          ^
/in/foo.cc:11:6: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
   ans+=1.0/i;
   ~~~^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 6ms 384.0 KiB
#4 Accepted 4ms 384.0 KiB
#5 Accepted 5ms 372.0 KiB

信息

递交者
类型
递交
题目
P1127 级数求和
语言
C++
递交时间
2018-08-20 16:15:04
评测时间
2018-08-20 16:15:04
评测机
分数
50
总耗时
23ms
峰值内存
384.0 KiB