48 条题解

  • 0
    @ 2024-2-23 9:54:40
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int n;
        cin>>n;
        if(n==0){
        cout<<"zero";
    }
        if(n>0){
        cout<<"positive";
    }
        if(n<0){
        cout<<"negative";
    }
    return 0;
    }
    不对luo yu shun吃屎
    

    信息

    ID
    85
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    (无)
    递交数
    633
    已通过
    323
    上传者