Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
355255 俞皓天 【C1-5】交换两位数 C++ 解答错误 0 2 MS 252 KB 106 2025-10-08 12:09:01

Tests(0/2):


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


测评信息: