Câu hỏi của Hà Ngô

Cần xử lý lỗi undefined reference to `operator<<(std::ostream&, __mpz_struct const*) ntn ạ

#include <gmpxx.h #include <iostream using namespace std; int main() { mpz_class x = 42; cout << x; }

Hà Ngô viết 15:52 ngày 01/10/2018 chỉnh sửa
1