记录详情

Accepted

/in/foo.cc: In function 'void solve()':
/in/foo.cc:42:52: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   else printf( "%d\n", 1LL*C( n, m )*bin[ n-m ]%Mo );
                                                    ^
# 状态 耗时 内存占用
#1 Accepted 21ms 11.73 MiB
#2 Accepted 20ms 11.613 MiB
#3 Accepted 19ms 11.707 MiB

信息

递交者
类型
递交
题目
P1013 开车
语言
C++
递交时间
2019-07-19 23:09:14
评测时间
2019-07-19 23:09:14
评测机
分数
100
总耗时
61ms
峰值内存
11.73 MiB