/ Vijos /

记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:18:24: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
  if( ((w==11||l==11)&&(abs(w-l)>=2)) || ((w>11||l>11)&&(abs(w-l)==2)))
                        ^~~
/in/foo.c:4:21: warning: unused variable 'flag' [-Wunused-variable]
     int i=0,j=0,u,t,flag=0,w=0,l=0;
                     ^~~~
/in/foo.c:4:19: warning: unused variable 't' [-Wunused-variable]
     int i=0,j=0,u,t,flag=0,w=0,l=0;
                   ^
/in/foo.c:4:17: warning: unused variable 'u' [-Wunused-variable]
     int i=0,j=0,u,t,flag=0,w=0,l=0;
                 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 208.0 KiB
#2 Accepted 1ms 216.0 KiB
#3 Accepted 1ms 216.0 KiB
#4 Accepted 1ms 216.0 KiB
#5 Accepted 1ms 216.0 KiB
#6 Runtime Error 1ms 216.0 KiB
#7 Runtime Error 1ms 208.0 KiB
#8 Accepted 1ms 216.0 KiB
#9 Accepted 1ms 216.0 KiB
#10 Accepted 1ms 216.0 KiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C
递交时间
2019-01-25 20:55:43
评测时间
2019-01-25 20:55:43
评测机
分数
80
总耗时
14ms
峰值内存
216.0 KiB