From the main function, we can see that you want to use a constructor to initialize v and k equal to 5,so I write a constructor Big(int n) to initialize them. p.s. I add default constructor just because If we define any constructors, the class will not have a default constructor unless we define ...