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