CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 01:21:05 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=d5f02e0a2fc85628175dbf7213ecf86ea45006dd1e336602696d9b286b153329a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Q7MW-RsXKb5M0Ych4AcjP_mQHVtLLUp_%22%3B%7D; HttpOnly; Path=/
cf-ray: 98ca89e68f0f9dfd-BLR
1197 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##
- uses school;
- var x := 6 * 343bi**1156 - 5 * 49bi**1147 + 4 * 7bi**1153 - 875;
- var y := ToBase(x,7);
- y.Sum(digitAsChar → digitAsChar.ToDigit).Print;
- // ментор помог. И как это у него получается...
- {## //должно быть 1197, а получается 13950...
- uses school;
- var x := 6 * 343bi**1156 - 5 * 49bi**1147 + 4 * 7bi**1153 - 875;
- var y := ToBase(x,7).ToArray;
- var sum: BigInteger := 0;
- foreach var i in y do sum += i.ToDigit;
- {while y <> 0 do
- begin
- sum += y mod 10;
- y := y div 10;
- end;
- Print(sum)}
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ Y
JavaScript | 11 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ Q
JavaScript | 23 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ A
JavaScript | 39 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 4
JavaScript | 51 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 2
JavaScript | 1 min ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ O
JavaScript | 1 min ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ A
JavaScript | 1 min ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ Y
JavaScript | 1 min ago | 0.24 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