#include MAIN(); int a, b, c, sum; float d, e a = 1; b = 2; c = 1000; sum = a + b + c printf("sum = %d/n", sum)