Accepted
foo.c: In function 'main': foo.c:19:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'float *' [-Wformat=] 19 | scanf("%d%d",&a,&b); | ~^ ~~ | | | | | float * | int * | %e foo.c:19:19: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'float *' [-Wformat=] 19 | scanf("%d%d",&a,&b); | ~^ ~~ | | | | int * float * | %e
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1486 E. 小季的刑期
- 语言
- C
- 递交时间
- 2023-10-16 19:56:42
- 评测时间
- 2023-10-16 19:56:42
- 评测机
- 分数
- 10
- 总耗时
- 1ms
- 峰值内存
- 284.0 KiB