9 条题解

  • 1
    @ 2022-10-30 17:34:49
    #include <bits/stdc++.h>
    
    using namespace std;
    
    int main()
    {
        int n;
    
        cin >> n;
    
        cout << 1 << endl << 1 << endl << 1 << endl << n - 3;
    
        return 0;
    }
    

    信息

    ID
    816
    时间
    1000ms
    内存
    512MiB
    难度
    3
    标签
    递交数
    405
    已通过
    206
    上传者