/ Vijos /

记录详情

Compile Error

/in/foo.cc: In member function 'matrix matrix::operator*(matrix)':
/in/foo.cc:17:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
                 for (int k = 0; k < 2; k++)
                 ^~~
/in/foo.cc:19:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
                     c.v[i][j] %= 7654321;
                     ^
/in/foo.cc:19:25: error: 'i' was not declared in this scope
                     c.v[i][j] %= 7654321;
                         ^
/in/foo.cc:19:28: error: 'j' was not declared in this scope
                     c.v[i][j] %= 7654321;
                            ^

信息

递交者
类型
递交
题目
P1093 文科生的悲哀
语言
C++
递交时间
2018-02-12 18:32:11
评测时间
2018-02-12 18:32:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes