fork download
  1. # your code goes here
  2. a=2003
  3. b=2*14
  4. c=a+b
  5. print(c)
Success #stdin #stdout 0.12s 14144KB
stdin
Standard input is empty
stdout
2031