Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:59:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         printf("%d",b);
                      ^
/in/foo.cc:85:5: warning: 'st' may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (st != tot2) dfs2(st,1);
     ^~
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1079 最大乘积
 - 语言
 - C++
 - 递交时间
 - 2021-02-04 15:37:34
 - 评测时间
 - 2021-02-04 15:37:34
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 1ms
 - 峰值内存
 - 216.0 KiB