你可以通过设置 leetcode.filePath 选项来达到自定义题目文件的相对文件夹路径和文件名,例如: 你可以通过 folder 这一子项自定义相对文件夹路径名。并且你可以使用一些特殊的变量,这些变量将会被插件动态解析: 你还可以通过 filename 这一子项自定义文件名。
You have n tiles, where each tile has one letter tiles[i] printed on it. Return the number of possible non-empty sequences of letters you can make using the letters printed on those tiles.