Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##include<stdio.h>
- int main()
- //domasno
- {
- int a,b,c,d,e;
- printf("Vnesi 5 broja:\n");
- scanf("%d%d%d%d%d",&a,&b,&c,&d,&e);
- printf(" ( ( %d + &d - %d ) * %d) %% &d ",a ,b ,c ,d ,e);
- printf("= %d",( ( ( a + b - c ) * d ) % e ));
- return 0;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment