kilolilo

random

Oct 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6. for (int i=1;i<=11;i++){
  7. cout<<1+(rand()%10)<<endl;
  8. }
  9. }
Add Comment
Please, Sign In to add comment