Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
JS
PIBogdanov
Jan 27th, 2023
126
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.26 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
solve
(
)
{
let arr
=
[
]
;
for
(
let i
=
0
;
i
<
arr.
length
-
1
;
i
++
)
{
for
(
let j
=
0
;
j
<
arr.
lenght
-
1
;
j
++
)
{
arr
[
j
]
+=
arr
[
j
+
1
]
}
}
console.
log
(
arr
[
0
]
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
simple youtube video to product
PHP | 4 hours ago | 3.71 KB
greetings human
5 hours ago | 0.03 KB
OoT rando seed 6/1
11 hours ago | 68.21 KB
Geofencing - Lot of Rollover Budget
17 hours ago | 0.48 KB
Preface prompt for offline apps
22 hours ago | 2.31 KB
Untitled
1 day ago | 5.42 KB
Secrets.kdbx
2 days ago | 166.19 KB
Energy limiter
3 days ago | 0.34 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!