/ Vijos /

记录详情

Wrong Answer

/in/foo.c: In function 'checkstate':
/in/foo.c:27:28: warning: 'return' with a value, in function returning void
   if ((a&0x1F)>20) {return 0;}
                            ^
/in/foo.c:23:6: note: declared here
 void checkstate(uLL a)
      ^~~~~~~~~~
/in/foo.c:29:9: warning: 'return' with a value, in function returning void
  return 1;
         ^
/in/foo.c:23:6: note: declared here
 void checkstate(uLL a)
      ^~~~~~~~~~
/in/foo.c: At top level:
/in/foo.c:33:5: warning: built-in function 'exp' declared as non-function
 uLL exp[20][20],fac[20],fac2[20][20],table[100];
     ^~~
/in/foo.c: In function 'ini':
/in/foo.c:59:36: warning: unused variable 'ans' [-Wunused-variable]
  uLL *s3,*f3,*p3,t,t1,t2,ans1,ans2,ans;
                                    ^~~
/in/foo.c:59:31: warning: unused variable 'ans2' [-Wunused-variable]
  uLL *s3,*f3,*p3,t,t1,t2,ans1,ans2,ans;
                               ^~~~
/in/foo.c:59:26: warning: unused variable 'ans1' [-Wunused-variable]
  uLL *s3,*f3,*p3,t,t1,t2,ans1,ans2,ans;
                          ^~~~
/in/foo.c:59:23: warning: unused variable 't2' [-Wunused-variable]
  uLL *s3,*f3,*p3,t,t1,t2,ans1,ans2,ans;
                       ^~
/in/foo.c:59:20: warning: unused variable 't1' [-Wunused-variable]
  uLL *s3,*f3,*p3,t,t1,t2,ans1,ans2,ans;
                    ^~
/in/foo.c:59:18: warning: unused variable 't' [-Wunused-variable]
  uLL *s3,*f3,*p3,t,t1,t2,ans1,ans2,ans;
                  ^
/in/foo.c: In function 'main':
/in/foo.c:233:16: warning: unused variable 'c' [-Wunused-variable]
  uLL i,j,k,a,b,c;
                ^
/in/foo.c:233:10: warning: unused variable 'k' [-Wunused-variable]
  uLL i,j,k,a,b,c;
          ^
/in/foo.c:233:8: warning: unused variable 'j' [-Wunused-variable]
  uLL i,j,k,a,b,c;
        ^
/in/foo.c:233:6: warning: unused variable 'i' [-Wunused-variable]
  uLL i,j,k,a,b,c;
      ^
# 状态 耗时 内存占用
#1 Accepted 45ms 20.742 MiB
#2 Accepted 48ms 22.273 MiB
#3 Accepted 50ms 21.059 MiB
#4 Accepted 48ms 20.75 MiB
#5 Accepted 49ms 22.125 MiB
#6 Accepted 51ms 21.0 MiB
#7 Accepted 49ms 20.625 MiB
#8 Accepted 49ms 21.0 MiB
#9 Accepted 62ms 21.125 MiB
#10 Accepted 61ms 21.0 MiB
#11 Accepted 52ms 22.375 MiB
#12 Accepted 58ms 19.125 MiB
#13 Accepted 62ms 21.0 MiB
#14 Accepted 64ms 21.0 MiB
#15 Accepted 64ms 21.086 MiB
#16 Accepted 66ms 21.125 MiB
#17 Accepted 58ms 19.125 MiB
#18 Accepted 44ms 19.125 MiB
#19 Wrong Answer 53ms 21.172 MiB
#20 Accepted 57ms 20.75 MiB

信息

递交者
类型
递交
题目
P1847 A % B Problem
语言
C
递交时间
2017-05-03 18:00:46
评测时间
2017-05-03 18:00:46
评测机
分数
95
总耗时
1096ms
峰值内存
22.375 MiB