fork download
  1. import java.io.*;
  2. class Test1
  3. {
  4. public static void main(String args[]) throws IOException
  5. {
  6. String str=br.readLine();
  7. int n=str.length();
  8. System.out.println(""+n);
  9. }}
Success #stdin #stdout 0.03s 245632KB
stdin
vivek
stdout
5