fork download
  1. # Author: mbomb007
  2. # http://c...content-available-to-author-only...e.com/a/54145/34718
  3.  
  4. s,t=raw_input().split('-')
  5. x,y=len(s),len(t)
  6. print(x<y)*2-1if x-y else cmp(t,s)
Success #stdin #stdout 0.02s 9024KB
stdin
A-9
stdout
-1