Runtime Error
/in/foo.c: In function 'main': /in/foo.c:41:11: warning: format '%f' expects argument of type 'float *', but argument 2 has type 'double *' [-Wformat=] scanf("%f%f",&a[i].a,&a[i].b); ^ /in/foo.c:41:13: warning: format '%f' expects argument of type 'float *', but argument 3 has type 'double *' [-Wformat=] scanf("%f%f",&a[i].a,&a[i].b); ^ /in/foo.c:33:6: warning: unused variable 'tt' [-Wunused-variable] int tt; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1401 复制CS
- 语言
- C
- 递交时间
- 2018-01-27 22:26:57
- 评测时间
- 2018-01-27 22:26:57
- 评测机
- 分数
- 10
- 总耗时
- 61ms
- 峰值内存
- 256.0 KiB