Mã chấm: 596955
Main.cc: In function ‘int lcmOfArray(const std::vector&)’: Main.cc:38:22: error: ‘INT_MAX’ was not declared in this scope 38 | if (result > INT_MAX) { // Tránh tràn số | ^~~~~~~ Main.cc:4:1: note: ‘INT_MAX’ is defined in header ‘’; did you forget to ‘#include ’? 3 | #include // std::gcd +++ |+#include 4 | using namespace std;