Accepted
foo.c: In function 'main': foo.c:18:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 18 | printf("%d",strlen(s)-1); | ~^ ~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1557 Problem 8B. 最多能消除的字符数
- 比赛
- 2023秋 悬赏令第八周
- 语言
- C
- 递交时间
- 2023-11-27 16:04:48
- 评测时间
- 2023-11-27 18:19:32
- 评测机
- 分数
- 100
- 总耗时
- 21ms
- 峰值内存
- 332.0 KiB