记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:6: error: called object is not a function or function pointer
 s=a1*10(3-1)+a2*(3-2)+a3*10(3-3);
      ^~
/in/foo.c:6:26: error: called object is not a function or function pointer
 s=a1*10(3-1)+a2*(3-2)+a3*10(3-3);
                          ^~
/in/foo.c:7:12: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
 printf("%.0f",s);
            ^

信息

递交者
类型
递交
题目
A10-1 有序数组的合并
比赛
中北数据结构课程赛事二:顺序表类的操作
语言
C
递交时间
2019-03-10 20:48:18
评测时间
2019-03-10 20:48:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes