#include <bits/stdc++.h>
#include <boost/multiprecision/cpp_int.hpp>
using boost::multiprecision::cpp_int;
using namespace std;
int main() {
cpp_int x;
cin>>x;
cpp_int ans=(4xxx)+(5xx)-(6x)+14;
cout<<ans;
return 0;
}
The ide cannot understand the boost library, has it not been added to this ide???