提交记录 #263

提交时间:2024-11-18 21:14:18
语言: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:106:25: warning: array subscript -1 is below array bounds of ‘char[1000][100]’ [-Warray-bounds]
  106 |                     if(a[i-1][j+1]=='*')
      |                        ~^~~~~
code.c:4:6: note: while referencing ‘a’
    4 | char a[1000][100];
      |      ^
code.c:108:25: warning: array subscript -1 is below array bounds of ‘char[1000][100]’ [-Warray-bounds]
  108 |                     if(a[i-1][j]=='*')
      |                        ~^~~~~
code.c:4:6: note: while referencing ‘a’
    4 | char a[1000][100];
      |      ^
固定测试点#1:
tleTime Limit Exceeded
time N/A
memory N/A
固定测试点#2:
tleTime Limit Exceeded
time N/A
memory N/A
附加测试点暂不可用
... 不可用
time N/A
memory N/A
京ICP备2024093084 号