/ Vijos /

记录详情

Runtime Error

foo.cpp: In function 'int main()':
foo.cpp:7:7: warning: unused variable 'k' [-Wunused-variable]
  char k,d[100];
       ^
foo.cpp:8:14: warning: unused variable 'aa' [-Wunused-variable]
  int a=0,b=0,aa=0,bb=0,i=0;
              ^~
foo.cpp:8:19: warning: unused variable 'bb' [-Wunused-variable]
  int a=0,b=0,aa=0,bb=0,i=0;
                   ^~
foo.cpp:9:15: warning: 'd[-1]' is used uninitialized in this function [-Wuninitialized]
  for(i=0;d[i-1]!='E';i++)
          ~~~~~^
# 状态 耗时 内存占用
#1 Accepted 3ms 984.0 KiB
#2 Runtime Error 93ms 2.957 MiB
#3 Runtime Error 109ms 2.961 MiB
#4 Runtime Error 125ms 2.961 MiB
#5 Runtime Error 93ms 2.965 MiB
#6 Runtime Error 93ms 2.965 MiB
#7 Runtime Error 109ms 2.961 MiB
#8 Accepted 0ms 992.0 KiB
#9 Runtime Error 0ms 996.0 KiB
#10 Accepted 0ms 992.0 KiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C++
递交时间
2017-03-12 21:19:29
评测时间
2017-03-12 21:19:29
评测机
分数
30
总耗时
625ms
峰值内存
2.965 MiB