Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Varvara_Golovnova
Aug 25th, 2024
7
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
C# | 1 hour ago | 3.38 KB
borra usuarios del aula movil + actualiza gru...
Bash | 1 hour ago | 1.46 KB
number
JSON | 1 hour ago | 0.62 KB
Weel Hab
Lua | 2 hours ago | 4.62 KB
lists and ifelse
JavaScript | 2 hours ago | 3.01 KB
PyPtt get_post(boardkey, aid=Aid) Error
Python | 3 hours ago | 0.71 KB
logs_helix
Lua | 3 hours ago | 26.83 KB
flutter_paging_viewmodel_example_2
Dart | 3 hours ago | 4.17 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!