Home > Back-end >  When operator overloading, please run the following interface, what does that mean?
When operator overloading, please run the following interface, what does that mean?

Time:10-01


Int main ()
{
Int a1 [5]={1, 2, 3}, b1 [5]={1, 2, 3, 4, 5};
Array (a1, 5 a), b (b1, 5), c (5);
cin> c; input appears after the above interface, but can also output c
Cout & lt; C=a + b;
Cout & lt; Cout & lt; Cout & lt; <- b;
}

CodePudding user response:

Generally may be brought about because of illegal access, post all code check
  • Related