k=0max=4668for i in range(4668,1045,4): if(i%4==0 and i% 7!=0 and i%17!=0): k+=1 max=iprint(k,max)
Standard input is empty
0 4668
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!