We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3636dab commit df7a9cbCopy full SHA for df7a9cb
src/test/java/com/fishercoder/fourththousand/_3450Test.java
@@ -1,12 +1,12 @@
1
package com.fishercoder.fourththousand;
2
3
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
+
5
import com.fishercoder.common.utils.CommonUtils;
6
import com.fishercoder.solutions.fourththousand._3450;
7
import org.junit.jupiter.api.BeforeEach;
8
import org.junit.jupiter.api.Test;
9
-import static org.junit.jupiter.api.Assertions.assertEquals;
-
10
public class _3450Test {
11
private _3450.Solution1 solution1;
12
@@ -17,6 +17,10 @@ public void setup() {
17
18
@Test
19
public void test1() {
20
- assertEquals(3, solution1.maxStudentsOnBench(CommonUtils.convertLeetCodeIrregularLengths2DArrayInputIntoJavaArray("[1,2],[2,2],[3,3],[1,3],[2,3]")));
+ assertEquals(
21
+ 3,
22
+ solution1.maxStudentsOnBench(
23
+ CommonUtils.convertLeetCodeIrregularLengths2DArrayInputIntoJavaArray(
24
+ "[1,2],[2,2],[3,3],[1,3],[2,3]")));
25
}
26
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments