记录详情

Runtime Error

/in/foo.cc: In function 'void work()':
/in/foo.cc:18:46: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  for(;c>='0'&&c<='9';c=getchar()) x=(x<<3)+(x<<1)+c-48;
                                            ~~^~~~
/in/foo.cc:15:6: note: 'x' was declared here
  int x;
      ^
/in/foo.cc:18:46: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  for(;c>='0'&&c<='9';c=getchar()) x=(x<<3)+(x<<1)+c-48;
                                            ~~^~~~
/in/foo.cc:15:6: note: 'x' was declared here
  int x;
      ^
/in/foo.cc:18:46: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  for(;c>='0'&&c<='9';c=getchar()) x=(x<<3)+(x<<1)+c-48;
                                            ~~^~~~
/in/foo.cc:15:6: note: 'x' was declared here
  int x;
      ^
# 状态 耗时 内存占用
#1 Runtime Error 174ms 65.777 MiB
#2 Time Exceeded ≥2001ms ≥65.75 MiB
#3 Runtime Error 33ms 65.672 MiB
#4 Runtime Error 176ms 65.703 MiB
#5 Time Exceeded ≥2005ms ≥65.672 MiB
#6 Time Exceeded ≥2007ms ≥65.75 MiB
#7 Runtime Error 179ms 65.75 MiB
#8 Runtime Error 165ms 65.875 MiB
#9 Time Exceeded ≥2003ms ≥65.695 MiB
#10 Runtime Error 143ms 65.691 MiB

信息

递交者
类型
递交
题目
降临小行星
语言
C++
递交时间
2017-08-20 16:20:57
评测时间
2017-08-20 16:20:57
评测机
分数
0
总耗时
8890ms
峰值内存
65.875 MiB