提交时间:2025-11-19 21:15:59

运行 ID: 74026

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