Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Varvara_Golovnova
Jun 18th, 2024
50
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Pascal
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
var
s1
,
s2
,
s3
:
string
;
d1
:
longint
;
begin
readln
(
s1
)
;
readln
(
s2
)
;
readln
(
s3
)
;
d1
:
=
length
(
s1
,
s2
,
s3
)
;
writeln
(
s1
,
s2
,
s3
,
'!='
,
d1
)
;
end
.
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Lua | 7 min ago | 14.05 KB
psutil
Python | 9 min ago | 3.76 KB
Untitled
Python | 16 min ago | 1.21 KB
Untitled
C# | 1 hour ago | 3.38 KB
borra usuarios del aula movil + actualiza gru...
Bash | 1 hour 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 | 2 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!