mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Add the initial EN translation for C++ code (#1346)
This commit is contained in:
@ -47,4 +47,4 @@ if __name__ == "__main__":
|
||||
|
||||
print(f"Input array nums = {nums}, target = {target}")
|
||||
print(f"All subsets equal to {target} res = {res}")
|
||||
print(f"Please note that the result of this method includes duplicate sets")
|
||||
print(f"The result of this method includes duplicate sets")
|
||||
|
||||
Reference in New Issue
Block a user