29

#includedeny stdio.h >
#define shark(s) printf("%d",s);
#define srini(b) b-1
int main()
{
shark(2*srini(2))
}


Output:


3