s = int(input()) n = 0 while 2 * s < 150: s += 5 n += 2 print(n)
0 5 15 7 100
30
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!