提交记录 #304

提交时间:2024-11-19 22:20:04
语言:c 状态:Accepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:12:21: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘char (*)[105]’ [-Wformat=]
   12 |             scanf("%s",&map[i]);
      |                    ~^  ~~~~~~~
      |                     |  |
      |                     |  char (*)[105]
      |                     char *
固定测试点#1:
acAccepted
time 0.000s
memory 232 kB
固定测试点#2:
acAccepted
time 0.000s
memory 236 kB
额外测试点#1000:
acAccepted
time 0.002s
memory 236 kB
京ICP备2024093084 号