@@ -266,9 +266,9 @@ Check result for problem [41.First Missing Positive]:
266
266
┌─────────┬─────────────┬─────────────────┬──────────────────┬────────────────┬──────────────┐
267
267
│ (index) │ Test Result │ Expected Result │ Execution Result │ Execution Time │ Memory Usage │
268
268
├─────────┼─────────────┼─────────────────┼──────────────────┼────────────────┼──────────────┤
269
- │ 0 │ ' Failed' │ ' 3' │ undefined │ ' 0.0896ms' │ ' 2.42 KB' │
270
- │ 1 │ ' Failed' │ ' 2' │ undefined │ ' 0.0110ms' │ ' 2.56 KB' │
271
- │ 2 │ ' Failed' │ ' 1' │ undefined │ ' 0.0045ms' │ ' 2.56 KB' │
269
+ │ 0 │ ' Failed' │ ' 3' │ undefined │ ' 0.0896ms' │ ' 2.42 KB' │
270
+ │ 1 │ ' Failed' │ ' 2' │ undefined │ ' 0.0110ms' │ ' 2.56 KB' │
271
+ │ 2 │ ' Failed' │ ' 1' │ undefined │ ' 0.0045ms' │ ' 2.56 KB' │
272
272
└─────────┴─────────────┴─────────────────┴──────────────────┴────────────────┴──────────────┘
273
273
Click to jump to problem submission: https://leetcode.com/problems/first-missing-positive/
274
274
```
@@ -294,9 +294,9 @@ workspace/leetcode-practice [dev●] » lk -e
294
294
┌─────────┬─────────────┬─────────────────┬──────────────────┬────────────────┬──────────────┐
295
295
│ (index) │ Test Result │ Expected Result │ Execution Result │ Execution Time │ Memory Usage │
296
296
├─────────┼─────────────┼─────────────────┼──────────────────┼────────────────┼──────────────┤
297
- │ 0 │ ' Failed' │ ' 3' │ undefined │ ' 0.0969ms' │ ' 2.42 KB' │
298
- │ 1 │ ' Failed' │ ' 2' │ undefined │ ' 0.0139ms' │ ' 2.56 KB' │
299
- │ 2 │ ' Failed' │ ' 1' │ undefined │ ' 0.0051ms' │ ' 2.56 KB' │
297
+ │ 0 │ ' Failed' │ ' 3' │ undefined │ ' 0.0969ms' │ ' 2.42 KB' │
298
+ │ 1 │ ' Failed' │ ' 2' │ undefined │ ' 0.0139ms' │ ' 2.56 KB' │
299
+ │ 2 │ ' Failed' │ ' 1' │ undefined │ ' 0.0051ms' │ ' 2.56 KB' │
300
300
└─────────┴─────────────┴─────────────────┴──────────────────┴────────────────┴──────────────┘
301
301
Click to jump to problem submission: https://leetcode.com/problems/first-missing-positive/
302
302
Problem [41.first-missing-positive] checked!
@@ -465,8 +465,8 @@ Check result for problem [1314.Matrix Block Sum]:
465
465
┌─────────┬─────────────┬─────────────────────────────────────────────┬──────────────────┬────────────────┬──────────────┐
466
466
│ (index) │ Test Result │ Expected Result │ Execution Result │ Execution Time │ Memory Usage │
467
467
├─────────┼─────────────┼─────────────────────────────────────────────┼──────────────────┼────────────────┼──────────────┤
468
- │ 0 │ ' Failed' │ ' [[12,21,16],[27,45,33],[24,39,28]]' │ undefined │ ' 0.1487ms' │ ' 2.47 KB' │
469
- │ 1 │ ' Failed' │ ' [[45,45,45],[45,45,45],[45,45,45]]' │ undefined │ ' 0.0278ms' │ ' 2.61 KB' │
468
+ │ 0 │ ' Failed' │ ' [[12,21,16],[27,45,33],[24,39,28]]' │ undefined │ ' 0.1487ms' │ ' 2.47 KB' │
469
+ │ 1 │ ' Failed' │ ' [[45,45,45],[45,45,45],[45,45,45]]' │ undefined │ ' 0.0278ms' │ ' 2.61 KB' │
470
470
└─────────┴─────────────┴─────────────────────────────────────────────┴──────────────────┴────────────────┴──────────────┘
471
471
Click to jump to problem submission: https://leetcode.com/problems/matrix-block-sum/
472
472
✨ Done in 1.13s.
0 commit comments