//output ???
#include <iostream>
#define a(x,y) cout<<x;cout<<y;
using namespace std;
main()
{
cout<<5;
if(false) a(2,3);
cout<<10;
}
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
To type C++ code , type the tick mark three times , followed by C++ , and end it with 3 tick marks .
LIke this :
" ```c++
```" Now when you'll be actually typing it out , remove the "" from the ends .
Then your code will look like :