8 条题解

  • 0
    @ 2022-9-15 9:56:41
    #include<iostream>
    using namespace std;
    int main()
    {
        double n;
        cin >> n;
        cout << n*n + 2*n +5 <<endl;
        return 0;
    }
    

    信息

    ID
    4
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    8754
    已通过
    3368
    上传者