Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
73114 sh25_shenpy 比较大小 C++ 通过 0 MS 236 KB 176 2025-11-05 20:50:44

Tests(1/1):


#include <bits/stdc++.h> using namespace std; int main( ) { int h,s; cin>>h>>s; if(h>=s) { cout<<h; } else cout<<s; return 0; }


测评信息: