0_0_37235302_9935.cpp: In function 'int main()':
0_0_37235302_9935.cpp:39:33: error: 'aa' was not declared in this scope
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:39:41: error: invalid types 'int[int]' for array subscript
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:39:56: error: 'bb' was not declared in this scope
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:39:64: error: invalid types 'int[int]' for array subscript
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:39:79: error: invalid types 'int[int]' for array subscript
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:39:93: error: invalid types 'int[int]' for array subscript
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:43:33: error: 'aa' was not declared in this scope
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:43:41: error: invalid types 'int[int]' for array subscript
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:43:56: error: 'bb' was not declared in this scope
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:43:64: error: invalid types 'int[int]' for array subscript
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:43:79: error: invalid types 'int[int]' for array subscript
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:43:93: error: invalid types 'int[int]' for array subscript
v[i][j].eb((aa + a[i][j]) * 1LL * (bb + b[i][j]), aa + a[i][j], bb + b[i][j]);
^
0_0_37235302_9935.cpp:45:36: error: 'rbegin' was not declared in this scope
sort(rbegin(v[i][j]), rend(v[i][j]));
^
0_0_37235302_9935.cpp:45:51: error: 'rend' was not declared in this scope
sort(rbegin(v[i][j]), rend(v[i][j]));
^
|