#include<iostream> using namespace std; int main(){ cout<<81<<" "<<41<<" "<<21<<" "<<11<<" "<<6; return 0; }