CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:31:55 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=a9055714f4a10054b82dd0db78f860a1d2bd2774170a0dd2c17d72831e81899ea%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22gbmCuF_5guKl8fLDgau2h4lzU2RckgQz%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cd58e7be90c467-BLR
Magic Sum - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //08. Magic Sum
- function magicSum(arr, n) {
- 'use strict'
- for (let i = 0; i < arr.length; i++)
- for (let j = i + 1; j < arr.length; j++)
- if (arr[i] + arr[j] === n)
- console.log(`${arr[i]} ${arr[j]}`)
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 2 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 3 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 4
JavaScript | 9 sec ago | 0.24 KB
-
⭐ ✅ Free Products Method ✅ ✅ NEVER SEEN BEFOR...
JavaScript | 12 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 14 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 8
JavaScript | 20 sec ago | 0.24 KB
-
⭐ G2A Bug ⭐ (Get more on BTC swaps) ✅ NEVER S...
JavaScript | 21 sec ago | 0.24 KB
-
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 27 sec ago | 0.10 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