#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; int m=(n%10)*10+n/10; cout<<max(n,m); return 0; }
使用您的 Hydro 通用账户