while 1:a=raw_input().split();print (-1)**sum([a[j]>a[i] for i in range(len(a)) for j in range(i)])
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page