Skip to content

Commit

Permalink
Task 3: fix optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
akifoq committed Aug 16, 2023
1 parent 8370500 commit 81ba92c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/3.fc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ builder solve(int flag, slice value, slice text) {
}
(builders, res)~store(v);
}
(builders, res)~store(text);
if (tlen > 0) {
(builders, res)~store(text);
}

builder res' = solve(flag, value, next);
(builders, res)~store_b(res');
Expand Down

0 comments on commit 81ba92c

Please sign in to comment.