Wrong Answer
foo.c: In function 'main': foo.c:40:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 40 | if(n==3) printf("%d",strlen(b)); | ~^ ~~~~~~~~~ | | | | | size_t {aka long unsigned int} | int | %ld foo.c:6:15: warning: unused variable 'm' [-Wunused-variable] 6 | int n,m,k[100]={0},i=0,j; | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1402 Problem 4B. 后缀机器
- 语言
- C
- 递交时间
- 2023-05-20 17:34:29
- 评测时间
- 2023-05-20 17:34:29
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 284.0 KiB