Advertisement
valiciousx

pc2

Oct 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int y;
  5. scanf("%d",&y);
  6. f1();
  7. suma();
  8. afisare(a);
  9. rezultat(suma(),y);
  10. }
  11. ~
  12. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement