Skip to content

Commit

Permalink
t4 stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Skydev0h committed Dec 30, 2023
1 parent 286f96a commit 0702022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/task4.fc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const int infinity_price = (1 << infinity_shift) - 1;

;; (int, int, int, tuple, tuple) solve(int n, int m, tuple maze) method_id {
(int, int, int, tuple) main(int n, int m, tuple maze) {
if (n >= 0) return (-1, 0, 0, null());
int ly = n; int lx = m;
;; ###########################################################
tuple tile_prices = empty_tuple();
Expand Down

0 comments on commit 0702022

Please sign in to comment.