Mã chấm: 15313


Main.cc: In function ‘int main()’:
Main.cc:27:18: error: ‘max_element’ was not declared in this scope
     cout << max(*max_element(lienKe.begin(), lienKe.end()), *max_element(Cach.begin(), Cach.end())) << endl;
                  ^~~~~~~~~~~
Main.cc:27:18: note: suggested alternative: ‘max_align_t’
     cout << max(*max_element(lienKe.begin(), lienKe.end()), *max_element(Cach.begin(), Cach.end())) << endl;
                  ^~~~~~~~~~~
                  max_align_t