#include int main(void) { int a; int b; int c; int sum; a=100; b=200; c=300; sum=a+b+c; printf("//printf("%d",sum);