Main.cc: In function ‘int main()’:
Main.cc:18:19: error: ‘INT_MAX’ was not declared in this scope
int min_val = INT_MAX; // Sử dụng INT_MAX thay vì 1e9
^~~~~~~
Main.cc:18:19: note: suggested alternative: ‘INT8_MAX’
int min_val = INT_MAX; // Sử dụng INT_MAX thay vì 1e9
^~~~~~~
INT8_MAX