Skip to content

Commit c2234d2

Browse files
authored
Update Solution.java
1 parent c8485cd commit c2234d2

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/g1701_1800/s1744_can_you_eat_your_favorite_candy_on_your_favorite_day

1 file changed

+0
-1
lines changed

src/main/java/g1701_1800/s1744_can_you_eat_your_favorite_candy_on_your_favorite_day/Solution.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public boolean[] canEat(int[] candiesCount, int[][] queries) {
1515
long cap = queries[i][2];
1616
result[i] = ((day + 1) * cap > candiesComm[type]) && day < candiesComm[type + 1];
1717
}
18-
1918
return result;
2019
}
2120
}

0 commit comments

Comments
 (0)