Range Analysis by McBusLuck

for(;a++<25;){for(b=1;b<E;)c[b++]=read()
x=c[5]*c[C]
y=c[6]*c[D]
z=c[6]*c[C]
w=c[5]*c[D]
if(y<x){s=x;x=y;y=s}
if(z<w){s=z;z=w;w=s}
if(w<x)x=w
if(z<y)z=y
print"range(",x,",",z,")
"}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page