/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (i!=n||j!=n)
    ^~
/in/foo.cc:32:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     maxx=max(maxx, a[i][j]);
     ^~~~
/in/foo.cc:17:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
    if (i!=n||j!=n)
       ^
/in/foo.cc:32:25: error: 'j' was not declared in this scope
     maxx=max(maxx, a[i][j]);
                         ^

信息

递交者
类型
递交
题目
P1199 核弹危机
语言
C++
递交时间
2020-08-18 23:04:01
评测时间
2020-08-18 23:04:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes