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