#include<iostream>
using namespace std;
int main()
{     int n=3;     while(n--)     cout<<"6";     return 0;
}