11 条题解

  • 0
    @ 2025-8-18 11:02:21
    #include <iostream>
    #include <iomanip>
    #include <cmath>
    #include <cstdio>
    #include <cstring>
    #include <algorithm>
    using namespace std;
    const int N = 1e7+10;
    const int INF = 0x3f3f3f3f;
    int n;
    int main()
    {
        cin >> n;
        cout << "0 0 0 " << n;
        return 0;
    }
    
    
    

    信息

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