"""样例子包 - 逻辑 Copyright (c) Huawei Technologies Co., Ltd. 2023-2025. All rights reserved. """ def add(a: int, b: int) -> int: """加法""" return a + b