Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
2.Вывести строку символов в обратном
kej
Mar 1st, 2020
81
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
#include <cstring>
using
namespace
std
;
int
main
(
)
{
char
str
[
256
]
;
cin
.
getline
(
str,
256
)
;
for
(
long
i
=
strlen
(
str
)
-
1
;
i
>=
0
;
i
--
)
{
cout
<<
str
[
i
]
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
issued-sql
GetText | 9 min ago | 5.27 KB
Pc_obmen4
Lua | 1 hour ago | 19.04 KB
DoorRemote
Lua | 1 hour ago | 0.61 KB
install.lua
Lua | 1 hour ago | 0.90 KB
fishnet.lua
Lua | 2 hours ago | 4.60 KB
Select all items in filtered list with fzf
Bash | 2 hours ago | 0.21 KB
dani4
PHP | 2 hours ago | 9.33 KB
Get address of photo location by gps
Bash | 2 hours ago | 1.97 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!