fork download
  1. x<-c(1,2,3,4,5)
  2. y<-c(6,7,8,9,10)
  3.  
  4. plot(y~x)
  5.  
  6.  
Runtime error #stdin #stdout 0.35s 22832KB
stdin
Standard input is empty
stdout
Standard output is empty