Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Lista 03 – exercicio 05
Gustavo-Augusto
Jun 15th, 2013
44
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 <stdio.h>
#include <time.h>
int
main
(
)
{
int
numSort
,
i
;
srand
(
time
(
NULL
)
)
;
for
(
i
=
1
;
i
<=
50
;
i
++
)
{
numSort
=
rand
(
)
%
101
;
printf
(
"%d "
,
numSort
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Trajets ETS 2 EvLan4
4 hours ago | 0.32 KB
B7800 HYLK session 1985
12 hours ago | 2.25 KB
me
17 hours ago | 0.06 KB
FED RESPONSE TEMPLATES: FED HTML Review Feedb...
1 day ago | 0.79 KB
disable email per category (not fully tested)
1 day ago | 0.82 KB
Neuromancer — The Construct Cut (Complete Una...
1 day ago | 3.30 KB
GLUC6
1 day ago | 1.56 KB
Mapscan v1.0 - Archeagus Grey Hack Series, Ep...
JavaScript | 2 days ago | 3.33 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!