Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Skydev0h committed Dec 30, 2023
1 parent f3bb260 commit ca7eecd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/task4.fc
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ const int infinity_price = (1 << infinity_shift) - 1;
atp'y~t:=(pr', x');
(_, int is_visited) = visited.udict_get?(vkeylen, xy');
ifnot (is_visited) {
pr += xy';
if (pr < infinity_price) {
to_visit~udict_delete?(key_len, pr);
}
;; pr += xy';
;; if (pr < infinity_price) {
;; to_visit~udict_delete?(key_len, pr);
;; }
to_visit~udict_set(key_len, pr', empty);
}
}
Expand Down

0 comments on commit ca7eecd

Please sign in to comment.