pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
Main
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
Paste Search Dynamic
Recent pastes
casey-calvert big penis
54 minutes ago
mystack.top is now
8 hours ago
failed to push some refs
8 hours ago
sort s1 s2
8 hours ago
Unexpected token
8 hours ago
dingin
8 hours ago
Error Cannot find module
8 hours ago
global num
8 hours ago
Call to undefined function
8 hours ago
vector sort
8 hours ago
cuv
#include <iostream>
#include <cstring>
using
namespace
std;
int
main
(
)
{
char
cuv1
[
11
]
,cuv2
[
100
]
;
int
i,x,k=
0
;
gets
(
cuv1
)
;
for
(
i=
0
;i<strlen
(
cuv1
)
;i++
)
{
x=
0
;
while
(
x<=i
)
{
cuv2
[
k++
]
=cuv1
[
i
]
;
x++;
}
}
cuv2
[
k
]
=
0
;
cout<<cuv2;
}
Parsed in 0.002 seconds
Please enable JavaScript to view the
comments powered by Disqus.