Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
122785 wudi 变量值的交换 C++ 输出格式错误 0 0 MS 244 KB 124 2024-01-22 16:43:30

Tests(0/4):


#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<b<<" "<<a; return 0; }


测评信息: