#include
#include
usingnamespace std;
int main()
{
int count=0;
for(int i=1;i<11;i++)
{
if(i*i<=100)
{
count++;
cout<
}
if(count%8==0)
cout< } cout< }

#include
#include
usingnamespace std;
int main()
{
int count=0;
for(int i=1;i<11;i++)
{
if(i*i<=100)
{
count++;
cout<
}
if(count%8==0)
cout< } cout< }