using System;
public class Program
{
public static void Main()
double Students =156.0;
int Groups=8;
Console.WriteLine(Students/Groups);
}