#include<iostream>
#include <windows.h>
using namespace std;
int main()
{
unsigned h,m,s;
for(h=0;h<24;h++)
for(m=0;m<60;m++)
for(s=0;s<60;s++)
{
Sleep(1000);
system("cls");
cout<<"\n\n\n\n\n\n\n\t\t\t"
<<h<<":"<<m<<":"<<s<<endl;
}
system("pause");
}
Siguiente
« Post Anterior
« Post Anterior
Anterior
Post Siguiente »
Post Siguiente »
Suscribirse a:
Enviar comentarios (Atom)
2 comentarios
Write comentariosBuena bola crack
ReplyGracias por el aporte hermano
Reply