for a in range(32,128): for c in range(10,16): if (a**2-c)==2014: print("%s,%s"%(a,c))
Standard input is empty
45,11
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!