Guest User

Untitled

a guest
Feb 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. TRY 100000
  2. -- python
  3. python: 100000
  4. Result: 100000
  5. python2.5 python.py $NUM 1.51s user 5.92s system 57% cpu 13.010 total
  6. -- perl
  7. TRY 100000
  8. Result : 100000
  9. perl perl.pl $NUM 1.79s user 6.03s system 59% cpu 13.104 total
  10. -- ruby
  11. Result: 100000
  12. ruby ruby.rb $NUM 1.90s user 6.14s system 59% cpu 13.492 total
  13. -- v8
  14. 100000
  15. Result: 100000
  16. ../../llv8call v8.js $NUM 1.60s user 5.86s system 58% cpu 12.744 total
  17. -- C++
  18. Result: 100000
  19. ./c.out $NUM 0.87s user 5.53s system 53% cpu 11.924 total
  20. You have new mail.
Add Comment
Please, Sign In to add comment