class C { private static String quote(String s) { return '"' + s + '"'; } }