Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Varvara_Golovnova
Aug 25th, 2024
12
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
a : array [1..100] of longint;
n,sum,i :longint;
begin
for i:=1 to 7 do
read(a[i]);
sum:=0;
for i:=1 to 7 do
sum:=sum+a[i];
writeln(sum);
end.
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Lua | 37 min ago | 14.05 KB
psutil
Python | 39 min ago | 3.76 KB
Untitled
Python | 46 min ago | 1.21 KB
Untitled
C# | 2 hours ago | 3.38 KB
borra usuarios del aula movil + actualiza gru...
Bash | 2 hours ago | 1.46 KB
number
JSON | 2 hours ago | 0.62 KB
Weel Hab
Lua | 2 hours ago | 4.62 KB
lists and ifelse
JavaScript | 3 hours ago | 3.01 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!