Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
31578 闻航 整数大小比较 C++ Accepted 0 MS 240 KB 142 2023-11-19 17:53:20

Tests(1/1):


#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; if(a>b){ cout<< ">"; }else{ cout <<"<"; } }


Judgement Protocol: