0_0_37235317_28803.cpp: In function 'int main()':
0_0_37235317_28803.cpp:46:36: error: 'rbegin' was not declared in this scope
sort(rbegin(v[i][j]), rend(v[i][j]));
^
0_0_37235317_28803.cpp:46:51: error: 'rend' was not declared in this scope
sort(rbegin(v[i][j]), rend(v[i][j]));
^
|