Guest User

Untitled

a guest
Dec 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package josephus;
  2.  
  3. /**
  4. *
  5. *
  6. */
  7. public class joseph {
  8.  
  9. public static int solution(int k, int n, int s){
  10.  
  11. your code here
  12. }
  13. }
Add Comment
Please, Sign In to add comment