羽遇


私信TA

用户名:dotcpp0700136

访问量:123

签 名:

等  级
排  名 6329
经  验 1430
参赛次数 0
文章发表 2
年  龄 12
在职情况 学生
学  校
专  业

  自我简介:

#include<iostream>

using namespace std;

int main()

{

    int a;

    cin>>a;

    if(a>0)cout<<"positive"<<endl;

    else if(a==0)cout<<"zero"<<endl;

    else cout<<"negative"<<endl;

    return 0;

}


 

0.0分

1 人评分

  评论区

喵喵喵喵
唯一官方v
2023-11-08 19:21:38
  • «
  • 1
  • »