Advertisement
qvantry

Untitled

Apr 23rd, 2015
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. for (int i = 0; i < 5; i++)
  2. {
  3. int szRandom[i] = rand() % 999 + 2;
  4. }
  5.  
  6. -------------------------------------------------------------------------------------------------------------------------------
  7.  
  8. int szRandom1 = rand() % 999 + 2, szRandom2 = rand() % 999 + 2, szRandom2 = rand() % 999 + 2, szRandom3 = rand() % 999 + 2, szRandom4 = rand() % 999 + 2, szRandom5 = rand() % 999 + 2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement