fky

FKY 2023-08-25 19:30:30 2 返回题目

#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a>0) cout<<"positive"; else if(a==0) cout<<"zero"; else cout<<"negative"; return 0; }

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