int main() { int a,b,c,d,m; scanf(“%d %d %d %d”,&a,&b,&c,&d); m=ab-cd; printf(“DIFERENCA = %d”,m); return 0; }