#includeiostream
using namespace std;
int main()
{
int n = 4;
n = n 2;
cout n;
return 0;
}

Posted on by