We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e9073a + 9d5c133 commit 642f34dCopy full SHA for 642f34d
1 file changed
zinnnn37/202509/21 BOJ G5 애너그램.md
@@ -31,7 +31,6 @@ public class BJ_6443_애너그램 {
31
for (int i = 0; i < length; i++) {
32
alphabets[input.charAt(i) - 'a']++;
33
}
34
-
35
perm(0);
36
37
0 commit comments