void operator *= (int a) { } friend bignum operator * (bignum &a, int b) { }
问一下 关键字 friend 有什么用?什么时候需要加上 friend ?