Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
gorbunova27
Jun 15th, 2022
1,444
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Pascal
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
a
:
array
[
1
..
6
]
of
longint
;
i
,
sum
,
n
:
longint
;
begin
readln
(
n
)
;
for
i
:
=
1
to
6
do
readln
(
a
[
i
]
)
;
sum
:
=
0
;
for
i
:
=
1
to
6
do
sum
:
=
sum
+
a
[
i
]
;
writeln
(
sum
)
;
end
.
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
💎 Instant Money Method 💎 🚨💎
JavaScript | 11 min ago | 0.18 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 ✅🚨
JavaScript | 28 min ago | 0.18 KB
💎 Free Crypto Method 💎 🔥🔥
JavaScript | 45 min ago | 0.18 KB
spiral_staircase
Lua | 54 min ago | 95.91 KB
Longest Repeating Character Replacement - Lee...
Java | 1 hour ago | 2.78 KB
ecu_firmware
C++ | 2 hours ago | 124.77 KB
Egg Highlight by Details - CSS Version
CSS | 2 hours ago | 187.40 KB
Untitled
T-SQL | 5 hours ago | 1.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!