Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:7:40: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'double *' [-Wformat=] 7 | for (int i=0;i<12;i++){scanf("%d", &out[i]);} | ~^ ~~~~~~~ | | | | | double * | int * | %le /in/foo.c:17:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=] 17 | printf("%d", inhand); | ~^ ~~~~~~ | | | | int double | %f
信息
- 递交者
- 类型
- 递交
- 题目
- P1096 津津的储蓄计划
- 语言
- C
- 递交时间
- 2025-07-08 11:04:41
- 评测时间
- 2025-07-08 11:04:41
- 评测机
- 分数
- 0
- 总耗时
- 14ms
- 峰值内存
- 392.0 KiB