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 18:59:30
 - 评测时间
 - 2021-02-04 18:59:30
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 21ms
 - 峰值内存
 - 412.0 KiB