Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
zad2 pseudolosowosc
Michal_Pilarski
Apr 1st, 2020
97
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
#include <cstdlib>
#include <ctime>
using
namespace
std
;
int
main
(
)
{
srand
(
time
(
NULL
)
)
;
for
(
int
i
=
1
;
i
<=
5
;
i
++
)
{
cout
<<
rand
(
)
%
11
+
30
<<
" "
;
}
return
0
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ PayPal Hits
JavaScript | 11 sec ago | 0.08 KB
FREE BTC GUIDE 6
JavaScript | 12 sec ago | 0.08 KB
✅ Crypto Accounts
JavaScript | 22 sec ago | 0.08 KB
Make 3500$ in 20 MIN [Method] F
JavaScript | 25 sec ago | 0.08 KB
✅ MAKE $1200 IN 15 MIN
JavaScript | 34 sec ago | 0.08 KB
Make $2000 in 15 minutes Y
JavaScript | 41 sec ago | 0.08 KB
✅ Account Leaks
JavaScript | 46 sec ago | 0.08 KB
FREE BTC GUIDE 9
JavaScript | 54 sec ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!