Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
125552 杨涵雅 三实数排序 C++ 解答错误 12 0 MS 184 KB 195 2024-01-23 17:12:24

Tests(1/8):


#include <stdio.h> int main() { int a, b, c, t; scanf ("%d%d%d", &a, &b, &c); t = a; a = c; c = b; b = t; printf ("%d %d %d\n", a, b, c); return 0; }


测评信息: