/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (a[i] == 'E') break;i++;
   ^~
/in/foo.cc:23:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (a[i] == 'E') break;i++;
                          ^
/in/foo.cc:13:13: warning: unused variable 'r' [-Wunused-variable]
  int i = 0, r=0, l=0,j,k=1,h=1;
             ^
/in/foo.cc:13:18: warning: unused variable 'l' [-Wunused-variable]
  int i = 0, r=0, l=0,j,k=1,h=1;
                  ^
/in/foo.cc:13:22: warning: unused variable 'j' [-Wunused-variable]
  int i = 0, r=0, l=0,j,k=1,h=1;
                      ^
/in/foo.cc:13:28: warning: unused variable 'h' [-Wunused-variable]
  int i = 0, r=0, l=0,j,k=1,h=1;
                            ^
# 状态 耗时 内存占用
#1 Accepted 1ms 208.0 KiB
#2 Runtime Error 2ms 208.0 KiB
#3 Runtime Error 3ms 200.0 KiB
#4 Runtime Error 1ms 208.0 KiB
#5 Runtime Error 1ms 204.0 KiB
#6 Runtime Error 1ms 208.0 KiB
#7 Runtime Error 1ms 200.0 KiB
#8 Accepted 1ms 204.0 KiB
#9 Wrong Answer 1ms 208.0 KiB
#10 Wrong Answer 1ms 200.0 KiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C++
递交时间
2019-03-25 23:26:40
评测时间
2019-03-25 23:26:40
评测机
分数
20
总耗时
20ms
峰值内存
208.0 KiB