记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if(b<0)
      ^~
/in/foo.cc:22:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(b==0)
   ^~
/in/foo.cc:26:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if(a<0)
      ^~
/in/foo.cc:28:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(a==0)
   ^~
/in/foo.cc:35:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<command.size();i++)
              ~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 380.0 KiB
#2 Runtime Error 2ms 360.0 KiB
#3 Runtime Error 3ms 256.0 KiB
#4 Runtime Error 2ms 364.0 KiB
#5 Runtime Error 2ms 364.0 KiB
#6 Runtime Error 3ms 384.0 KiB
#7 Runtime Error 3ms 380.0 KiB
#8 Runtime Error 2ms 256.0 KiB
#9 Runtime Error 2ms 380.0 KiB
#10 Runtime Error 2ms 368.0 KiB

信息

递交者
类型
递交
题目
距离之和
题目数据
下载
语言
C++
递交时间
2018-06-21 22:06:39
评测时间
2018-06-21 22:13:11
评测机
分数
10
总耗时
29ms
峰值内存
384.0 KiB