#include<bits/stdc++.h> using namespace std; int main() { int a,b,c,d,e; cin>>a; b=a/1%10; c=a/10%10; cout<<c+b*10; return 0; }