1 条题解

  • 0
    @ 2025-3-29 21:17:27
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        long long n;
        cin >> n;
        cout << 8 << " " ;
        cout<< 12 * (n - 2) << " " ;
        cout<< 6 * (n - 2) * (n - 2) << endl;
        return 0;
    }/*AC Code*/
    
    

    信息

    ID
    4793
    时间
    1000ms
    内存
    512MiB
    难度
    1
    标签
    递交数
    27
    已通过
    6
    上传者