fork download
  1. class M{public static void main(String[]a){
  2.  
  3. // Test code:
  4. a = new String[]{
  5. "The man in the suit",
  6. "is the same man from the store.",
  7. "He is a cool guy."
  8. };
  9.  
  10. System.out.print(a.length==3&&a[0].split(" ").length==5&a[1].split(" ").length==7&a[2].split(" ").length==5);}}
Success #stdin #stdout 0.04s 711168KB
stdin
Standard input is empty
stdout
true