/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:46:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(N=1,L=0;N<max(len1,len2);N<<=1,L++);N<<=1;L++;  
     ^~~
/in/foo.cc:46:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(N=1,L=0;N<max(len1,len2);N<<=1,L++);N<<=1;L++;  
                                             ^
# 状态 耗时 内存占用
#1 Accepted 40ms 71.625 MiB
#2 Accepted 42ms 71.871 MiB
#3 Accepted 38ms 71.961 MiB
#4 Accepted 39ms 71.988 MiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2017-11-28 22:27:18
评测时间
2017-11-29 02:24:49
评测机
分数
100
总耗时
161ms
峰值内存
71.988 MiB