| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137279 | xyc | 07比较大小 | C++ | Wrong Answer | 1 MS | 272 KB | 150 | 2025-11-17 16:05:51 |
#include <iostream> using namespace std; int main(){ bool a,b; cin>>a; if(-2^16<=a==true){ cout<<"a<b"; }else{ cout<<"a>b"; } }
------Input------
7405 9836
------Answer-----
9836
------Your output-----
a