fork download
  1. ; your code goes here
  2.  
  3. (setq a (read-line))
  4.  
  5. (print (+ (car a) (cdr a)))
Runtime error #stdin #stdout #stderr 0.01s 10544KB
stdin
3 5
stdout
Standard output is empty
stderr
*** - CAR: "3 5" is not a list