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