Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
74025 sh25_shenpy 交换变量 C++ 编译错误 0 MS 0 KB 149 2025-11-19 21:11:29

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int jh(a,b) { int a,b; cin>>a>>b; jh(a,b)=(b,a); cout<<jh(a,b); return 0; }


测评信息: