/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'BigInt& mul(BigInt&, BigInt&)':
/in/foo.cc:78:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if(result->D[i+j]>=result->max)
             ^~
/in/foo.cc:80:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
                 result->D[i+j]=result->D[i+j]%result->max;
                 ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 712.0 KiB
#2 Accepted 2ms 756.0 KiB
#3 Accepted 17ms 640.0 KiB
#4 Accepted 665ms 1012.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2018-03-01 11:39:40
评测时间
2018-03-01 11:39:40
评测机
分数
100
总耗时
688ms
峰值内存
1012.0 KiB