记录详情

Compile Error

foo.cc:48:1: error: stray '\357' in program
 }
 ^
foo.cc:48:2: error: stray '\275' in program
 }
  ^
foo.cc:48:3: error: stray '\235' in program
 }
   ^
foo.cc: In function 'void HXQZ(int (*)[100], int)':
foo.cc:20:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int i=q-1;i>=p+1;i--)
         ^~~
foo.cc:22:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
             p++;
             ^
foo.cc: In function 'void Output(int (*)[100], int)':
foo.cc:34:19: error: 'stew' was not declared in this scope
             cout<<stew(3)<<a[i][j]<<" ";
                   ^~~~
foo.cc: In function 'int main()':
foo.cc:47:13: error: expected '}' at end of input
     return 0;
             ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
自测
题目
6-8 回形矩阵
语言
C++
递交时间
2021-05-11 13:52:15
评测时间
2021-05-11 13:52:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes