/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bignum operator*(bignum, bignum)':
/in/foo.cc:21:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(ans.l=a.l+b.l;ans.l>1&&!ans.a[ans.l];ans.l--); return ans;
     ^~~
/in/foo.cc:21:56: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(ans.l=a.l+b.l;ans.l>1&&!ans.a[ans.l];ans.l--); return ans;
                                                        ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 640.0 KiB
#2 Accepted 3ms 604.0 KiB
#3 Accepted 3ms 512.0 KiB
#4 Accepted 22ms 512.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2017-05-26 15:37:52
评测时间
2017-05-26 15:37:52
评测机
分数
100
总耗时
32ms
峰值内存
640.0 KiB