sandra0309

d1

Nov 30th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. ##include<stdio.h>
  2. int main()
  3. //domasno
  4. {
  5. int a,b,c,d,e;
  6. printf("Vnesi 5 broja:\n");
  7. scanf("%d%d%d%d%d",&a,&b,&c,&d,&e);
  8. printf(" ( ( %d + &d - %d ) * %d) %% &d  ",a ,b ,c ,d ,e);
  9. printf("= %d",( ( ( a + b - c ) * d ) % e ));
  10. return 0;
  11. }
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment