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:47:50
- 评测时间
- 2019-03-10 20:47:50
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes