!636 main { #include "1000388" psvm { System.out.println(levenshtein("hello", "world")); System.out.println(levenshtein("hello", "hello world")); } }