// editor3
#include<iostream>
using namespace std;
int main(){
    int a, b;
    a=10;
    b=90;
    cout<<a<<b;
    cout
}