public static void Main()
Console.WriteLine("How many seats are there in one spaceship?");
chairs = int.Parse(Console.ReadLine());
Console.WriteLine("How many students are you?");
Cnum = int.Parse(Console.ReadLine());
Console.WriteLine("you have "+Cnum+" students, and "+chairs+" seats in one spaceship...\nso you need: "+ss+" spaceships");