Skip to content

Commit f002d77

Browse files
committed
fix: format readme form
1 parent df5e45c commit f002d77

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ Check result for problem [41.First Missing Positive]:
266266
┌─────────┬─────────────┬─────────────────┬──────────────────┬────────────────┬──────────────┐
267267
│ (index) │ Test Result │ Expected Result │ Execution Result │ Execution Time │ Memory Usage │
268268
├─────────┼─────────────┼─────────────────┼──────────────────┼────────────────┼──────────────┤
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'
272272
└─────────┴─────────────┴─────────────────┴──────────────────┴────────────────┴──────────────┘
273273
Click to jump to problem submission: https://leetcode.com/problems/first-missing-positive/
274274
```
@@ -294,9 +294,9 @@ workspace/leetcode-practice [dev●] » lk -e
294294
┌─────────┬─────────────┬─────────────────┬──────────────────┬────────────────┬──────────────┐
295295
│ (index) │ Test Result │ Expected Result │ Execution Result │ Execution Time │ Memory Usage │
296296
├─────────┼─────────────┼─────────────────┼──────────────────┼────────────────┼──────────────┤
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'
300300
└─────────┴─────────────┴─────────────────┴──────────────────┴────────────────┴──────────────┘
301301
Click to jump to problem submission: https://leetcode.com/problems/first-missing-positive/
302302
Problem [41.first-missing-positive] checked!
@@ -465,8 +465,8 @@ Check result for problem [1314.Matrix Block Sum]:
465465
┌─────────┬─────────────┬─────────────────────────────────────────────┬──────────────────┬────────────────┬──────────────┐
466466
│ (index) │ Test Result │ Expected Result │ Execution Result │ Execution Time │ Memory Usage │
467467
├─────────┼─────────────┼─────────────────────────────────────────────┼──────────────────┼────────────────┼──────────────┤
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'
470470
└─────────┴─────────────┴─────────────────────────────────────────────┴──────────────────┴────────────────┴──────────────┘
471471
Click to jump to problem submission: https://leetcode.com/problems/matrix-block-sum/
472472
✨ Done in 1.13s.

0 commit comments

Comments
 (0)