int main () { int A,B,C,D,DIFERENCA; scanf(“%d%d%d%d”,&A,&B,&C,&D); DIFERENCA=(AB-CD); printf(“DIFERENCA = %d”,DIFERENCA); return 0; }