1 条题解

  • 1
    @ 2024-5-26 12:59:27
    #include<iostream>
    using namespace std;
    int main()
    {
        int n;
        cin >> n;
        if (n==3)
        {
            cout << "    1    2    6" << endl;
            cout << "    3    5    7" << endl;
            cout << "    4    8    9" << endl;
        }
        return 0;
    }
    
    • 1

    信息

    ID
    379
    时间
    1000ms
    内存
    64MiB
    难度
    6
    标签
    递交数
    49
    已通过
    16
    上传者