#include<iostream>
#include<conio.h>
using namespace std;

int main()
{
int l,n,a,sum=0,i=1;

cout<<"\nEnter number length:";
cin>>l;