a=35b=0while True: c=a*2+b*4 if c==94: print(a) print(b) break else: a=a-1 b=b+1
Standard input is empty
23 12
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!