Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
CyberPascal
Apr 28th, 2014
213
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 $12OO IN 10 MIN J
JavaScript | 19 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN Q
JavaScript | 26 sec ago | 0.07 KB
Make $200 in 15 minutes F
JavaScript | 3 min ago | 0.07 KB
Make 1500$ in 20 MIN [Method] R
JavaScript | 3 min ago | 0.07 KB
Make 1500$ in 20 MIN [Method] C
JavaScript | 5 min ago | 0.07 KB
FREE BTC GUIDE V
JavaScript | 5 min ago | 0.07 KB
300$ GIFTCARDS? QI
Java | 7 min ago | 0.06 KB
MAKE $900 INSTANTLY T
JavaScript | 8 min ago | 0.07 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!