import java.util.; import java.io.; public class Main{ public static void main(String[]args)throws IOException{ BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String str = null; Map<Integer,Integer> map = new HashMap<>(); map.put(1,31); map.put(2,28); map.put(3...