Main.cc: In function ‘int main()’:
Main.cc:8:10: error: ‘cout’ is not a member of ‘std’
std::cout << "Giá trị của pi là: " << pi << std::endl;
^~~~
Main.cc:8:10: note: suggested alternative: ‘cbrt’
std::cout << "Giá trị của pi là: " << pi << std::endl;
^~~~
cbrt
Main.cc:8:60: error: ‘endl’ is not a member of ‘std’
std::cout << "Giá trị của pi là: " << pi << std::endl;
^~~~