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