import java.util.Scanner;

public class Sieve
{
    public static final void main(String[] args)
    {
    }
}
