#include<iostream.h>void main(){ char array[200]; for(char ch=0;ch<200;ch++) { array[ch]=07; cout<<array[ch]; }}