记录详情

Compile Error

/in/foo.c: In function 'Init':
/in/foo.c:5:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  int n=strlen(s);
        ^~~~~~
/in/foo.c:5:8: warning: incompatible implicit declaration of built-in function 'strlen'
/in/foo.c:5:8: note: include '<string.h>' or provide a declaration of 'strlen'
/in/foo.c: In function 'Output':
/in/foo.c:14:18: error: expected ')' before ';' token
 {printf("%d",d[i];}
                  ^
/in/foo.c:14:19: error: expected ';' before '}' token
 {printf("%d",d[i];}
                   ^

信息

递交者
类型
自测
题目
A11-4 高精度整数之间的乘法
语言
C
递交时间
2023-11-11 18:19:07
评测时间
2023-11-11 18:19:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes