哪错了

lhy276 2025-07-17 12:56:29 4

#include <bits/stdc++.h>

using namespace std;

int main() { int N; cin>>N; if(N>0) cout<<"positive"<<endl; else if(N=0) cout<<"zero"<<endl; else if(N<0) cout<<"negative"; }

{{ vote && vote.total.up }}

共 1 条回复

root 站长

N=0