Accepted
foo.cc: In function 'int main()': foo.cc:75:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d",b); ^ foo.cc:101:25: warning: 'st' may be used uninitialized in this function [-Wmaybe-uninitialized] if (st != tot2) dfs2(st,1); ~~~~^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1079 最大乘积
- 比赛
- 厦大附中模拟赛第五场
- 语言
- C++
- 递交时间
- 2021-02-04 16:46:22
- 评测时间
- 2021-02-04 16:46:22
- 评测机
- 分数
- 100
- 总耗时
- 18ms
- 峰值内存
- 384.0 KiB