Runtime Error
foo.c: In function 'main':
foo.c:5:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]
  printf("%s\n",s[20]);
          ~^    ~~~~~
          %d
foo.c:5:17: warning: array subscript is above array bounds [-Warray-bounds]
  printf("%s\n",s[20]);
                ~^~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1288 A. Down the Rabbit-Hole
 - 比赛
 - 南京师范大学2021年11月程序设计竞赛
 - 语言
 - C
 - 递交时间
 - 2021-11-21 14:09:21
 - 评测时间
 - 2021-11-21 14:09:21
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 256.0 KiB