2 条题解

  • -1

    #include <iostream>
    #include<cmath>
    #include<cstdio>
    #include<iomanip>
    using namespace std;
    int main()
    {
    int x;
    cin>>x;
    cout << x*(x+2) << endl;
    }

  • -4
    @ 2021-10-29 15:52:30

    #include <iostream>

    using namespace std;

    int main()
    {
    int x;
    cin>>x;
    cout << x*(x+2) << endl;
    }

  • 1

信息

ID
1146
难度
1
分类
其他 | 数学 点击显示
标签
递交数
31
已通过
24
通过率
77%
上传者