Skip to content

Commit 8dc5cbf

Browse files
Merge pull request #4102 from snmath-pi/patch-1
Update ac-swap.mdx
2 parents 5ea7407 + 6511941 commit 8dc5cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/gold/ac-swap.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ int main() {
114114

115115
// base case (one way to create an empty string)
116116
dp[0][0][0][0] = 1;
117-
long longj ans = 0;
117+
long long ans = 0;
118118
for (int ks = 0; ks <= count[0]; ks++) {
119119
for (int es = 0; es <= count[1]; es++) {
120120
for (int ys = 0; ys <= count[2]; ys++) {

0 commit comments

Comments
 (0)