1 条题解

  • 1
    @ 2018-11-17 17:12:46

    站长第一次发提解,多多见谅
    ```cpp
    #include <iostream>
    #include <cstdio>

    using namespace std;

    int main() {
    int a,b;
    cin >> a >> b;
    cout << a+b;
    return 0;
    }
    ```

  • 1

信息

难度
9
分类
(无)
标签
(无)
递交数
1
已通过
1
通过率
100%
上传者