Guest User

Untitled

a guest
Oct 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. int main()
  2. {
  3.     time_t currTime;
  4.     int n;
  5.     for(n=9;n>=0;n--){
  6.         system("cls");
  7.         //print your number here
  8.         currTime = time(NULL)+1;
  9.         while(currTime>time(NULL)){}
  10.     }
  11.     return 0;
  12. }
Add Comment
Please, Sign In to add comment