Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
46088 奚晨瑞 比较大小 C++ 通过 1 MS 244 KB 133 2024-04-24 19:10:59

Tests(1/1):


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


测评信息: