using namespace std;
Int & amp; Get int (const int v)
{
Int * p=new int (v);
Return * p;
}
Int main ()
{
Int & amp; N=get int (888);
cout
The delete pp;
}
CodePudding user response:
This is allowed, it is feeling very uncomfortableCodePudding user response:
This is allowed, it is feeling very uncomfortable