/ Vijos /

记录详情

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;
     ^
# 状态 耗时 内存占用
#1 Accepted 4ms 256.0 KiB
#2 Accepted 3ms 212.0 KiB
#3 Accepted 4ms 384.0 KiB

信息

递交者
类型
递交
题目
P1520 zgx的乘积最大
语言
C++
递交时间
2018-01-26 20:56:35
评测时间
2018-01-26 20:56:35
评测机
分数
100
总耗时
12ms
峰值内存
384.0 KiB