answer四不像2024-01-25 16:23:54发布于:广东1阅读0回复0点赞#include <iostream> using namespace std; int main(){ int s; cin>>s; if(s>0){ printf("positive"); } else if(s=0){ printf("zero"); } else{ printf("negative"); } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个