Skip to content

Commit 9d5c133

Browse files
committed
[20250921] BOJ / G5 / 애너그램 / 김민진
1 parent e6095d8 commit 9d5c133

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zinnnn37/202509/21 BOJ G5 애너그램.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public class BJ_6443_애너그램 {
3131
for (int i = 0; i < length; i++) {
3232
alphabets[input.charAt(i) - 'a']++;
3333
}
34-
3534
perm(0);
3635
}
3736

0 commit comments

Comments
 (0)