Runtime Error
/in/foo.c: In function 'main':
/in/foo.c:12:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=]
printf("%d",strlen(z));
^
/in/foo.c:5:6: warning: 'i' is used uninitialized in this function [-Wuninitialized]
int i,j,ok=0;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P2390 字符串编辑(
- 语言
- C
- 递交时间
- 2023-10-27 14:06:10
- 评测时间
- 2023-10-27 14:06:10
- 评测机
- 分数
- 0
- 总耗时
- 15ms
- 峰值内存
- 360.0 KiB