CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 21:03:17 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=3d54be16484c7d25a699d72c9ee8cc0c777fc2b65c84aa7081a494be38ffd740a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22JcX7jsjhZDYSurgwbhklU3m76XuSWtSL%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d14da20e75c1a1-BLR
print "Let's do this shit!!"func prime(lim) var n := 1 var primes := 0 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print "Let's do this shit!!"
- func prime(lim)
- var n := 1
- var primes := 0
- while(n < lim) do
- var k := 3
- var is_prime := True
- n += 2
- while (is_prime and k * k <= n) do
- is_prime := n div k * k != n
- k += 2
- end
- if(is_prime) primes += 1
- end
- return n
- end
- var i:=0;
- func sqr(x) => x*x
- for i:=0; i<5; i++ do
- print sqr(i)
- end;
- print '-----------------------'
- i := 0.0
- while (i++ < 3) print sqr(-i);
- print '-----------------------'
- var myPrimeFunc := prime
- print myPrimeFunc(5000)
- print '-----------------------'
- var myfoo := None
- if(myfoo) print 'foo!'; else print 'no foo!'
- myfoo := not myfoo
- if not myfoo then
- print 'no foo'
- else
- print 'foo!'
- end
- for var i:=0; i < 5; i++ do
- var foo := 10;
- print foo;
- var foo := False; //redeclare
- print foo;
- foo := True;
- print foo;
- end;
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make huge profits on trading ⭐⭐ O
JavaScript | 4 sec ago | 0.25 KB
-
📝 Exchange profit method
JavaScript | 5 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 7
JavaScript | 5 sec ago | 0.25 KB
-
⭐⭐⭐Exchange Exploit⭐⭐
Java | 6 sec ago | 0.10 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 8 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 1
JavaScript | 14 sec ago | 0.25 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 14 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 14 sec ago | 0.25 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