puts Math.log10(10).floor + 1puts Math.log10(999).floor + 1puts Math.log10(1000).floor + 1
Standard input is empty
2 3 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!