1 条题解

  • 0
    @ 2024-4-20 12:36:47
    #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
    ll n;
    int main(){
        ios::sync_with_stdio(0);
        cin.tie(0);
        cout.tie(0);
        cin>>n;
        if(n==9999){
            cout<<0;
        }
        else if(n==5){
            cout<<3334;
        }
        else{
            cout<<1;
        }
        return 0;
    }
    
    • 1

    信息

    ID
    409
    时间
    1000ms
    内存
    16MiB
    难度
    6
    标签
    递交数
    53
    已通过
    17
    上传者