/ Vijos /

记录详情

Accepted

/in/foo.c: In function 'get':
/in/foo.c:11:54: warning: multi-character character constant [-Wmultichar]
  while((c=getchar())>='0'&&c<='9') a=(a<<3)+(a<<1)+c-'48'; 
                                                      ^~~~
/in/foo.c:8:12: warning: variable 'neg' set but not used [-Wunused-but-set-variable]
  short int neg=0;int a;char c;
            ^~~
/in/foo.c: In function 'main':
/in/foo.c:26:9: warning: unused variable 'x' [-Wunused-variable]
     int x;
         ^
/in/foo.c:25:9: warning: unused variable 'max' [-Wunused-variable]
     int max=-1;
         ^~~
# 状态 耗时 内存占用
#1 Accepted 170ms 52.25 MiB
#2 Accepted 187ms 54.5 MiB
#3 Accepted 190ms 52.449 MiB
#4 Accepted 185ms 54.457 MiB
#5 Accepted 186ms 52.25 MiB
#6 Accepted 189ms 54.598 MiB
#7 Accepted 167ms 52.375 MiB
#8 Accepted 179ms 54.625 MiB
#9 Accepted 26ms 54.461 MiB
#10 Accepted 28ms 52.375 MiB
#11 Accepted 34ms 52.25 MiB
#12 Accepted 40ms 50.75 MiB
#13 Accepted 29ms 50.75 MiB
#14 Accepted 30ms 54.5 MiB
#15 Accepted 40ms 50.625 MiB
#16 Accepted 30ms 52.484 MiB
#17 Accepted 33ms 50.75 MiB
#18 Accepted 36ms 54.535 MiB
#19 Accepted 40ms 54.5 MiB
#20 Accepted 42ms 52.465 MiB

信息

递交者
类型
递交
题目
P2006 组合数问题
语言
C
递交时间
2017-12-30 19:27:25
评测时间
2017-12-30 19:27:25
评测机
分数
100
总耗时
1869ms
峰值内存
54.625 MiB