@ -0,0 +1,8 @@
#include <bits/stdc++.h>
using namespace std;
int main(){
int a;
cin >> a;
cout <<a%10<<a/10;
return 0;
}
The note is not visible to the blocked user.