| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137303 | 王晨逸 | 07判断正负数 | C++ | Wrong Answer | 1 MS | 272 KB | 151 | 2025-11-17 16:09:44 |
#include <iostream> using namespace std; int main(){ bool liugan; cin>> liugan; if(liugan>>0){ cout<<"YES"; }else{ cout<<"NO"; } }
------Input------
-6529
------Answer-----
NO
------Your output-----
YES