9 条题解

  • 1
    @ 2025-11-27 21:37:52
    #define int long long
    #define endl '\n'
    
    using namespace std;
    
    signed main () {
        cout << "192 384 576" << endl;
        cout << "219 438 657" << endl;
        cout << "273 546 819" << endl;
        cout << "327 654 981" << endl;
        return 0;
    }
    
    

    信息

    ID
    5066
    时间
    1000ms
    内存
    64MiB
    难度
    3
    标签
    递交数
    954
    已通过
    506
    上传者