Skip to content

Commit

Permalink
Update Aoc2212.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Sep 20, 2023
1 parent 5fb4085 commit 95f3f03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/includes/Aoc2212.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var Aoc2212 = () => {
er: number,
ec: number
) => {

let [R, C]: number[] = [lines.length, lines[0].length]
const D: [number, number][] = [
[-1, 0],
Expand Down Expand Up @@ -98,6 +99,7 @@ var Aoc2212 = () => {
er: number,
ec: number
) => {

let res: number = 1e9
let [R, C]: number[] = [lines.length, lines[0].length]
const D: [number, number][] = [
Expand Down

0 comments on commit 95f3f03

Please sign in to comment.