Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:19:53: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'double*' [-Wformat=] for(int i=1;i<=n;i++) scanf("%d %d",&e[i].x,&e[i].y); ^ /in/foo.cc:19:53: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'double*' [-Wformat=] /in/foo.cc:26:22: warning: format '%Lf' expects argument of type 'long double', but argument 2 has type 'double' [-Wformat=] printf("%.3Lf ",maxn); ^
信息
- 递交者
- 类型
- 递交
- 题目
- Violet
- 语言
- C++
- 递交时间
- 2018-09-16 15:28:03
- 评测时间
- 2018-09-16 15:48:33
- 评测机
- 分数
- 0
- 总耗时
- 1506ms
- 峰值内存
- 8.047 MiB