/ Vijos /

记录详情

Runtime Error

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

信息

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