#include<stdio.h>
using namespace std;
int h;
void captura();
void impresion();
int main()
{
cout<<"Multiplo de 8"<<endl;
for(h=8;h<=160;h=h+8)
{
cout<<h<<endl;
}
cout<<" __ "<<endl;
cout<<" .' '. "<<endl;
cout<<" _.-'/ | \ "<<endl;
cout<<" _.- ,| / 0 `-. "<<endl;
cout<<" |\ .- `---.__.'=====================-, "<<endl;
cout<<" \ '-'` .___.--._)=========================| "<<endl;
cout<<" \ .' | | "<<endl;
cout<<" | /,_.-' | GUSTAVO | "<<endl;
cout<<" _/ _.'( | A SUS | "<<endl;
cout<<" / ,-' \ \ | ORDENES | "<<endl;
cout<<" \ \ `-' | | "<<endl;
cout<<" `-' '-------------------------' "<<endl;
return 0;
}

No hay comentarios.:
Publicar un comentario