using C=System.Console;class P{static void Main(){int d=C.ReadLine()[12]%8;C.Write("/"+(24+d*d*d));}}