Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
101546 罗恩祥 三实数排序 C++ 编译错误 0 0 MS 0 KB 207 2023-09-09 10:23:57

Tests(0/0):


#include <iostream> #include <algorithm> int main() { int a,b,c; cin >> a >> b >> c; lst[0] = a; lst[1] = b; lst[2] = c; sort(lst,lst+3); cout << lst[0] << ' ' << lst[1] << ' ' << lst[2]; }


测评信息: