1 条题解

  • 0
    @ 2024-4-19 20:56:34
    #include <bits/stdc++.h> 
    using namespace std;
    #define ll long long
    #define s string
    #define c char
    #define co cout
    #define ci cin
    #define b bool
    #define re return
    int main(){
        ios::sync_with_stdio(0);
        cin.tie(0);
        cout.tie(0);
        cout<<"1 100 100 100 300";
        return 0;
    }
    
    • 1

    信息

    ID
    875
    时间
    1000ms
    内存
    16MiB
    难度
    6
    标签
    递交数
    32
    已通过
    13
    上传者