Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:35:28: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'double*' [-Wformat=] scanf("%d %d",&x[i],&y[i]); ^ /in/foo.cc:35:28: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'double*' [-Wformat=] /in/foo.cc:54:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] printf("%.1d",ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 密谋 (plan.cpp\c\pas)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2018-10-16 13:23:39
- 评测时间
- 2018-10-16 13:23:39
- 评测机
- 分数
- 0
- 总耗时
- 109ms
- 峰值内存
- 2.477 MiB