/ Vijos /

记录详情

Compile Error

/in/foo.cc:1:1: error: 'include' does not name a type
 include<bits/stdc++.h>
 ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:27: error: 'scanf' was not declared in this scope
     scanf("%lld%lld",&t,&k);
                           ^
/in/foo.cc:28:32: error: 'printf' was not declared in this scope
         printf("%lld\n",s[n][m]);
                                ^
/in/foo.cc:26:19: warning: unused variable 'ans' [-Wunused-variable]
         long long ans=0;
                   ^~~

信息

递交者
类型
递交
题目
P2006 组合数问题
语言
C++
递交时间
2018-09-11 21:22:02
评测时间
2018-09-11 21:22:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes