import java.io.*; import java.util.*; public class Driver{ public static void main(String[] args){ Coingame g = new Coingame(); g.turn(5); } }