56 条题解

  • -1
    @ 2025-2-21 11:31:29

    #include<bits/stdc++.h> using namespace std; int main(){ double x; cin>>x; if(x>0){ cout<<"positive";} if(x==0){ cout<<"zero";} if(x<0){ cout<<"negative";}
    return 0; }

    信息

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