Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:28:43: warning: operation on 'tot' may be undefined [-Wsequence-point] if (q[0]==1) if (tot>1) q[tot]++; else q[++tot]=q[tot-1],q[1]=1; ^~~~~ /in/foo.cc:28:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (q[0]==1) if (tot>1) q[tot]++; else q[++tot]=q[tot-1],q[1]=1; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1520 zgx的乘积最大
- 语言
- C++
- 递交时间
- 2018-01-26 20:56:35
- 评测时间
- 2018-01-26 20:56:35
- 评测机
- 分数
- 100
- 总耗时
- 12ms
- 峰值内存
- 384.0 KiB