提交记录 #261

提交时间:2024-11-18 21:09:41
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:89:29: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   89 |                     else if(i=0&&j==0){
      |                             ^
code.c:8:10: warning: unused variable ‘k’ [-Wunused-variable]
    8 |     char k;
      |          ^
code.c:42:32: warning: array subscript -1 is below array bounds of ‘char[100]’ [-Warray-bounds]
   42 |                         if(a[i][j-1]=='*')
      |                            ~~~~^~~~~
code.c:46:30: warning: array subscript -1 is below array bounds of ‘char[100]’ [-Warray-bounds]
   46 |                     if(a[i+1][j-1]=='*')
      |                        ~~~~~~^~~~~
固定测试点#1:
waWrong Answer
time 0.001s
memory 556 kB
固定测试点#2:
acAccepted
time 0.000s
memory 228 kB
附加测试点暂不可用
... 不可用
time N/A
memory N/A
京ICP备2024093084 号