/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&T,&K);
                     ^
/in/foo.cc:28:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  while (T--) {scanf("%d%d",&n,&m);printf("%d\n",ans[n][min(n,m)]);}
                                  ^
# 状态 耗时 内存占用
#1 Accepted 24ms 30.305 MiB
#2 Accepted 30ms 30.25 MiB
#3 Accepted 21ms 30.359 MiB
#4 Accepted 23ms 30.301 MiB
#5 Accepted 27ms 30.25 MiB
#6 Accepted 24ms 30.25 MiB
#7 Accepted 24ms 30.25 MiB
#8 Accepted 26ms 30.344 MiB
#9 Accepted 19ms 30.359 MiB
#10 Accepted 20ms 30.25 MiB
#11 Accepted 21ms 30.25 MiB
#12 Accepted 22ms 30.355 MiB
#13 Accepted 21ms 30.359 MiB
#14 Accepted 22ms 30.344 MiB
#15 Accepted 27ms 30.25 MiB
#16 Accepted 20ms 30.25 MiB
#17 Accepted 21ms 30.25 MiB
#18 Accepted 26ms 30.262 MiB
#19 Accepted 21ms 30.375 MiB
#20 Accepted 28ms 30.375 MiB

信息

递交者
类型
递交
题目
P2006 组合数问题
语言
C++
递交时间
2017-04-06 21:05:16
评测时间
2017-04-06 21:05:16
评测机
分数
100
总耗时
475ms
峰值内存
30.375 MiB