public class geraNumeros{
  public static void main(String args[]){
    System.out.println((int)(Math.random()*13)+1);
  }
}