Advertisement
Shiny_

Sprawdź czas wykonania

Feb 1st, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.19 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3. main() {
  4.     new GTC = GetTickCount();
  5.     new i = -1;
  6.     while(i != 500) {
  7.         printf("%d", i++);
  8.     }
  9.     printf("Czas wykonania: %f", float(GetTickCount() - GTC));
  10.     return false;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement