记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:14: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(!sign) v=-v;
              ^~
/in/foo.cc:52:11: note: 'b' was declared here
   int k,a,b; read(k),read(a),read(b);
           ^
/in/foo.cc:13:14: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(!sign) v=-v;
              ^~
/in/foo.cc:52:9: note: 'a' was declared here
   int k,a,b; read(k),read(a),read(b);
         ^
/in/foo.cc:13:14: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(!sign) v=-v;
              ^~
/in/foo.cc:52:7: note: 'k' was declared here
   int k,a,b; read(k),read(a),read(b);
       ^
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 188.0 KiB
#3 Accepted 1ms 312.0 KiB
#4 Accepted 1ms 204.0 KiB
#5 Accepted 3ms 316.0 KiB
#6 Accepted 10ms 316.0 KiB
#7 Accepted 9ms 460.0 KiB
#8 Accepted 48ms 2.809 MiB
#9 Accepted 42ms 2.43 MiB
#10 Accepted 266ms 3.57 MiB

信息

递交者
类型
递交
题目
区间和
题目数据
下载
语言
C++
递交时间
2018-11-05 13:17:45
评测时间
2018-11-05 13:22:32
评测机
分数
100
总耗时
386ms
峰值内存
3.57 MiB