using System;class A{static void Main(){Console.Write("/"+(new Random().Next(3)*8%15+24));}}