Guest User

Untitled

a guest
Jan 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /** -*- Pseudo Code -*-
  2. * Program:
  3. *
  4. * Input:
  5. *
  6. *
  7. * Output:
  8. *
  9. *
  10. * Solution:
  11. *
  12. *
  13. * Author:
  14. */
  15. #include<stdio.h>
  16. int main(void){
  17.  
  18. // your code here...
  19.  
  20. return 0;
  21. }
Add Comment
Please, Sign In to add comment