WA75求大佬帮助!!!
查看原帖
WA75求大佬帮助!!!
1611693
lijunhan316楼主2025/7/1 18:24
#include<bits/stdc++.h>
using namespace std;
int main(){
    int n;
    cin>>n;
    if(n==0)cout<<"zero";
    else if(n>0)cout<<"positive";
    else cout<<"nagative";
    return 0;
}
2025/7/1 18:24
加载中...