#include #include "BigInt.h" using namespace std; int main() { BigInt s("400.5"); // or s=400 is the same either by assignation or by constructor BigInt ss("50"); cout< p=s/ss; cout<