Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
31577 闻航 判断数正负 C++ 通过 0 MS 252 KB 181 2023-11-19 17:51:44

Tests(1/1):


#include<iostream> using namespace std; int main() { int NN; cin>>NN; if(NN>0){ cout<<"positive"; }else if(NN=0){ cout<<"zero"; }else{ cout<<"negative"; } }


测评信息:

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0