Here is the code~
Code: Select all
ACC..Sedefcho~Thanks~Really!
Code: Select all
ACC..Sedefcho~Thanks~Really!
why i can't using gets()?Thanks~turcse143 wrote:u don't take input into array. it cause TLE.Code: Select all
while (gets (str))
instead of it,u can take input bythen arrange ur codeCode: Select all
while(scanf("%c")==1)
hope all the error will solved
Code: Select all
"R
Ie
n
Te
h
iD
ne
kc
,a
r
tt
he
es
r
eo
fn
oc
re
e
s
Ia
i
ad
m,
.
"
Press any key to continue
Code: Select all
You print an extra space in starting of every
line of output
Code: Select all
Remove After Getting AC