Skip to content

Commit e435a0c

Browse files
committed
feat(leetcode): solve 4136 - Concatenate Non Zero Digits And Multiply By Sum Ii
1 parent 9d89b8e commit e435a0c

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ Total 128
2222
2323
| Field | Value |
2424
|------|------|
25-
| Problem ID | 130 |
26-
| Title | Surrounded Regions |
25+
| Problem ID | 4136 |
26+
| Title | Concatenate Non Zero Digits And Multiply By Sum Ii |
2727
| Language | Python3 |
28-
| Runtime | 8 ms |
29-
| Memory | 22.3 MB |
28+
| Runtime | 361 ms |
29+
| Memory | 57.8 MB |
3030
3131
3232
💻 Languages Used
3333
34-
- **Python3** : 87
34+
- **Python3** : 88
3535
3636
## 📚 Recent Accepted Problems
3737
38-
- 130 Surrounded Regions
3938
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
39+
- 130 Surrounded Regions
4040
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
4141
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
4242
- 4136 Concatenate Non Zero Digits And Multiply By Sum Ii
@@ -81,4 +81,4 @@ Git
8181
GitHub
8282
⏰ Last Sync
8383
84-
2026-07-10 19:26:33
84+
2026-07-10 19:26:35

storage/state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"last_submission_id": "2059487580"
2+
"last_submission_id": "2062990749"
33
}

storage/stats.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"medium": 59,
55
"hard": 6,
66
"languages": {
7-
"Python3": 87
7+
"Python3": 88
88
},
99
"recent_problems": [
10-
{
11-
"id": "130",
12-
"title": "Surrounded Regions"
13-
},
1410
{
1511
"id": "4136",
1612
"title": "Concatenate Non Zero Digits And Multiply By Sum Ii"
1713
},
14+
{
15+
"id": "130",
16+
"title": "Surrounded Regions"
17+
},
1818
{
1919
"id": "4136",
2020
"title": "Concatenate Non Zero Digits And Multiply By Sum Ii"
@@ -29,11 +29,11 @@
2929
}
3030
],
3131
"last_problem": {
32-
"id": "130",
33-
"title": "Surrounded Regions",
32+
"id": "4136",
33+
"title": "Concatenate Non Zero Digits And Multiply By Sum Ii",
3434
"language": "Python3",
35-
"runtime": "8 ms",
36-
"memory": "22.3 MB"
35+
"runtime": "361 ms",
36+
"memory": "57.8 MB"
3737
},
38-
"last_sync": "2026-07-10 19:26:33"
38+
"last_sync": "2026-07-10 19:26:35"
3939
}

0 commit comments

Comments
 (0)