Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
431771 方相宜 【入门】请将2个数按照由小到大的顺序排列后输出 C++ 解答错误 0 3 MS 236 KB 154 2026-03-12 18:57:24

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main(){ long long a,b; if(a>b){ cout<<b<<" "<<a; }else{ cout<<a<<" "<<b; } return 0; }


测评信息: