Update README.md
Browse files
README.md
CHANGED
|
@@ -199,4 +199,5 @@ for i in range(m):
|
|
| 199 |
res = solve(a, m, k, uv)
|
| 200 |
print(str(res)[1:-1].replace(' ', '').replace(',', '\n'))
|
| 201 |
```
|
|
|
|
| 202 |
|
|
|
|
| 199 |
res = solve(a, m, k, uv)
|
| 200 |
print(str(res)[1:-1].replace(' ', '').replace(',', '\n'))
|
| 201 |
```
|
| 202 |
+
```
|
| 203 |
|