Guest User

Untitled

a guest
Jan 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. int t1;
  2. int t2;
  3. t1 = time( );
  4. t2 = time ( );
  5. printf("the difference is %d seconds\n" t2-t1);
  6. return 0;
Add Comment
Please, Sign In to add comment