1 条题解

  • 0
    @ 2024-10-14 23:34:47

    #include using namespace std; int main(){ int x,y; cin>>x>>y; if(x>y) { cout<<">"<<endl; } else if(x<y) { cout<<"<"<<endl; } else { cout<<"="<<endl; } return 0; }

    • 1

    信息

    ID
    43
    时间
    1000ms
    内存
    128MiB
    难度
    6
    标签
    (无)
    递交数
    14
    已通过
    14
    上传者