1 条题解

  • 1
    @ 2024-4-22 18:36:24
    #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<<3;
        return 0;
    }
    
    • 1

    信息

    ID
    995
    时间
    1000ms
    内存
    64MiB
    难度
    4
    标签
    递交数
    23
    已通过
    15
    上传者