All pastes #2058518 Raw Edit

Miscellany

public text v1 · immutable
#2058518 ·published 2011-05-13 17:57 UTC
rendered paste body
#include<stdio.h>
#include<math.h>

#define LEFT (x) (pow(2,x))

int x;

int main()
{
	int a = 6,x;
	printf("Enter b:\n");
	scanf("%d",&b);

	printf("%d",a*(LEFT (b)));
}