/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:36:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if(c[c[0]+1]>=1) c[0]++;     while(c[c[0]]==0&&c[0]>1) --c[0];
      ^~
/in/foo.cc:36:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      if(c[c[0]+1]>=1) c[0]++;     while(c[c[0]]==0&&c[0]>1) --c[0];
                                   ^~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 472.0 KiB
#2 Accepted 1ms 480.0 KiB
#3 Accepted 5ms 492.0 KiB
#4 Wrong Answer 430ms 480.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2019-07-26 16:27:22
评测时间
2019-07-26 16:27:22
评测机
分数
75
总耗时
439ms
峰值内存
492.0 KiB