#include<iostream.h>
class Empty{};
void main()
{
Empty a,b;
if(a==b)
cout<<"impossible"<<end1;
else
cout<<"Fine"<<end1;
}
Answers
Answered by
1
Answer:
{ }
Explanation:
empty bracket s will be the answer
Similar questions