Mã chấm Tài khoản Bài tập Ngôn ngữ lập trình Trạng thái Thời gian Bộ nhớ Kích thước Thời gian nộp
15313 Trần Quang Tài Độ đẹp của dãy C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 607 2023-01-15 19:51:12

Lỗi biên dịch:

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