#include#include#includeint main(){ for (int i = 0; i < 60; i++) { printf("%d", i); Sleep(1000); } system("PAUSE"); return 0;}