Skip to content

Commit 6bc8e82

Browse files
authored
chore: update lc problem: No.1587 (doocs#1520)
1 parent 32944fe commit 6bc8e82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

solution/1500-1599/1587.Bank Account Summary II/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Users</code> table:
7676
+------------+------------+------------+---------------+
7777
<strong>输出:</strong>
7878
+------------+------------+
79-
| <code>name </code> | <code>balance </code> |
79+
| name | balance |
8080
+------------+------------+
8181
| Alice | 11000 |
8282
+------------+------------+

solution/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
1538,
5959
1555,
6060
1565,
61+
1587,
6162
1599,
6263
1620,
6364
1657,

0 commit comments

Comments
 (0)