/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:39:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=0;i<=N;i++) a[i].x=c[i]-'0';for(int i=0;i<=M;i++) b[i].x=d[i]-'0';
  ^~~
foo.cc:39:40: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i=0;i<=N;i++) a[i].x=c[i]-'0';for(int i=0;i<=M;i++) b[i].x=d[i]-'0';
                                        ^~~

自豪的采用jd5进行评测(github.com/masnn/jd5)
# 状态 耗时 内存占用
#1 Accepted 3ms 1.5 MiB
#2 Accepted 3ms 1.527 MiB
#3 Accepted 3ms 1.477 MiB
#4 Accepted 9ms 2.117 MiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2020-01-26 18:11:28
评测时间
2020-01-26 18:11:28
评测机
分数
100
总耗时
18ms
峰值内存
2.117 MiB