fork download
  1. a=int(input())
  2. b=2
  3. c=3
  4. m=b*b-4*a*c
  5. if m<0:
  6. print("无解")
Success #stdin #stdout 0.08s 14120KB
stdin
-1
stdout
Standard output is empty