Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:22:35: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=] scanf("%lf%*lf%lf", &a[i], &b[i]); ^ /in/foo.cc:25:35: warning: use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=] scanf("%lf%*lf%lf", &c[i], &d[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 合金
- 语言
- C++
- 递交时间
- 2018-07-01 18:16:14
- 评测时间
- 2018-07-01 18:16:14
- 评测机
- 分数
- 100
- 总耗时
- 128ms
- 峰值内存
- 1.375 MiB