while (1>0){ read(a); read(b); read(c); case when (a>b) print (a) when(b>c) print(b) when(c>a) print(c) else print(a) }