Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Feb 3rd, 2015
236
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
somma
(
int
A
[
]
,
int
n
)
{
int
v
=
0
;
int
i
;
for
(
i
=
0
;
i
<
n
,
i
++
)
{
v
=
v
+
A
[
i
]
;
}
printf
(
"%d
\n
"
,
v
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Instant Profit Method ⭐
JavaScript | 7 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 17 sec ago | 0.32 KB
⭐ Free ETH Method ⭐
JavaScript | 24 sec ago | 0.32 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 31 sec ago | 0.32 KB
Free Giftcards Method
Java | 31 sec ago | 0.06 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 39 sec ago | 0.32 KB
Profit Method
Java | 42 sec ago | 0.06 KB
Exchange Exploit
JavaScript | 48 sec ago | 0.32 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!