/ Vijos /

记录详情

Runtime Error

/in/foo.c: In function 'multi':
/in/foo.c:18:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=len1+len2;(NUM[i]==0)&&(i>=0);i--);//去除前导0
  ^~~
/in/foo.c:19:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   if(i>=0){//首位有效数字
   ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Runtime Error 3ms 256.0 KiB
#4 Runtime Error 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C
递交时间
2018-05-20 11:41:43
评测时间
2018-05-20 11:41:43
评测机
分数
50
总耗时
11ms
峰值内存
256.0 KiB