提交记录 #264

提交时间:2024-11-18 21:17:52
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:64:26: warning: passing argument 2 of ‘count_mines’ from incompatible pointer type [-Wincompatible-pointer-types]
   64 |         count_mines(map, result, n, m);
      |                          ^~~~~~
      |                          |
      |                          char (*)[100]
code.c:7:50: note: expected ‘int (*)[100]’ but argument is of type ‘char (*)[100]’
    7 | void count_mines(char map[MAX_N_M][MAX_N_M], int result[MAX_N_M][MAX_N_M], int n, int m) {
      |                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~
固定测试点#1:
waWrong Answer
time 0.001s
memory 560 kB
固定测试点#2:
waWrong Answer
time 0.000s
memory 232 kB
附加测试点暂不可用
... 不可用
time N/A
memory N/A
京ICP备2024093084 号