17.5.11

Programa ciclico 9

// PROGRAMA PARA MOLESTAR A MI CUÑADA ROXANA



#include <iostream>
#include <conio.h>
#include <stdio.h>
#include <dos.h>
#include <ctime>
#include <conio2.h>

using namespace std;


int i;
int j;
int x;


int main()
{

x=5;


for(j=0;j<=10;j++){
    cout<<"   R";
    x=x+5;
    for(i=0;i<=x;i++){

    cout << "o";

        clock_t delay = 0.1 * CLOCKS_PER_SEC;

        clock_t start = clock();
        while (clock() - start < delay );

    }cout<<"xxx"<<endl<<endl;
    }
cout<<" "<<endl;
cout << "                  xD "<<endl;

getch();

    return 0;


}

No hay comentarios:

Publicar un comentario