/ new_bzoj /

记录详情

Compile Error

/in/foo.cc: In function 'long long unsigned int chk(long long unsigned int, long long unsigned int, long long unsigned int)':
/in/foo.cc:26:102: error: expected primary-expression before '/' token
     int ans1=a[x][y]-a[x-len][y]*fac2[len]-a[x][y-len]*fac1[len]+a[x-len][y-len]*fac1[len]*fac2[len];/
                                                                                                      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:101:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                     if(mid)sum=mid;l=mid+1;
                     ^~
/in/foo.cc:101:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
                     if(mid)sum=mid;l=mid+1;
                                    ^
/in/foo.cc:117:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                     if(mid)sum=mid;l=mid+1;
                     ^~
/in/foo.cc:117:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
                     if(mid)sum=mid;l=mid+1;
                                    ^

信息

递交者
类型
递交
题目
对称的正方形
语言
C++
递交时间
2019-09-24 21:13:19
评测时间
2019-09-24 21:13:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes