Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
CyberPascal
Apr 28th, 2014
216
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Pascal
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
i
,
k
:
integer
;
begin
k
:
=
0
;
for
i
:
=
1
to
10000
do
if
(
(
(
i
mod
4
)
<>
0
)
and
(
(
i
mod
5
)
<>
0
)
and
(
(
i
mod
6
)
<>
0
)
and
(
(
i
mod
7
)
<>
0
)
)
then
Inc
(
k
)
;
Writeln
(
k
)
;
end
.
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ MAKE $50O IN 15 MIN⭐⭐ N
JavaScript | 1 sec ago | 0.31 KB
⭐ Free ETH Method ⭐⭐ T
JavaScript | 8 sec ago | 0.31 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐⭐
Java | 12 sec ago | 0.08 KB
⭐ MAKE $90O INSTANTLY⭐⭐ 7
JavaScript | 15 sec ago | 0.31 KB
⭐Crypto Exchange Profit Method⭐⭐ J
JavaScript | 23 sec ago | 0.31 KB
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐⭐
Java | 24 sec ago | 0.06 KB
⭐ChangeNOW Bug (Get more on BTC swaps)⭐⭐ K
JavaScript | 30 sec ago | 0.31 KB
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐⭐
Java | 36 sec ago | 0.06 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!