fork download
  1. x <- c(65311, 65624, 65908, 66219, 66499, 66821, 67145, 67447)
  2. diff(x)
  3. max(x)
  4. min(x)
  5. mean(x)
Success #stdin #stdout 0.32s 38992KB
stdin
Standard input is empty
stdout
[1] 313 284 311 280 322 324 302
[1] 67447
[1] 65311
[1] 66371.75