1 条题解

  • 0
    @ 2024-7-31 17:43:55

    #include using namespace std; int main(){ int n; scanf("%d",&n); if(n>0)printf("positive"); else if(n<0)printf("negative"); else if(n==0)printf("zero"); return 0; }

    • 1

    信息

    ID
    39
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    (无)
    递交数
    28
    已通过
    17
    上传者