Compile Error
/in/foo.cc:1:1: error: 'include' does not name a type
include<cstdio>
^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:24: error: 'scanf' was not declared in this scope
scanf("%d%d",&n,&k1);
^
/in/foo.cc:40:27: error: 'printf' was not declared in this scope
printf("%lld",f[n][k1]);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1347 乘积最大
- 语言
- C++
- 递交时间
- 2018-07-20 19:06:02
- 评测时间
- 2018-07-20 19:06:02
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes