#include
#include
void main()
{
int n;
ifstream fin("Input.txt");
ofstream fout("Output.txt");
fin>>n;
for(int i=0;i<10;i++)
if(i
fout.close();
}
//Input.txt
254
//Output.txt
26
26
26
26
25
25
25
25
25
25
sfgbsfgbfgs