Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:43:18: warning: format '%c' expects argument of type 'int', but argument 2 has type 'char *' [-Wformat=] 43 | printf("%c\n",winner.name); | ~^ ~~~~~~~~~~~ | | | | int char * | %s
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 谁拿了最多奖学金
- 语言
- C
- 递交时间
- 2025-10-06 19:24:10
- 评测时间
- 2025-10-06 19:24:10
- 评测机
- 分数
- 0
- 总耗时
- 12ms
- 峰值内存
- 428.0 KiB