#include #include #include "arbint.h" void main () { Arbint x=("111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111"); Arbint y=("222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222"); Arbint z1,z2,z3,z4,z5,z6; int n,z=10; z1 = x + y ; z2 = x - y ; z3 = x * y ; z4 = y/x ; z5 = y % x ; z6 = gcd(y,x) ; cout << x <