ACM POJ 3981 字串替換(簡單題)

2021-09-07 23:50:58 字數 800 閱讀 8978

字串替換

time limit:1000ms

memory limit:65536k

total submissions:5975

accepted:2795

description

編寫乙個c程式實現將字串中的所有"you"替換成"we"

input

輸入包含多行資料

每行資料是乙個字串,長度不超過1000

資料以eof結束

output

對於輸入的每一行,輸出替換後的字串

sample input

you are what you do
sample output

we are what we do
source

#include

<

stdio.h

>

#include

<

string

.h>

#include

<

iostream

>

using

namespace

std;

char

str[

1010

];int

main()

printf("%c

",str[i]);

}

printf("\n

");}

return0;

}

POJ 3981 字串替換

字串替換 time limit 1000ms memory limit 65536k total submissions 7501 accepted 3560 description 編寫乙個c程式實現將字串中的所有 you 替換成 we input 輸入包含多行資料 每行資料是乙個字串,長度不超過...

POJ3981 字串替換

字串替換 time limit 1000ms memory limit 65536k total submissions 9285 accepted 4438 description 編寫乙個c程式實現將字串中的所有 you 替換成 we input 輸入包含多行資料 每行資料是乙個字串,長度不超過...

POJ 3981 字串替換

字串替換 time limit 1000ms memory limit 65536k total submissions 7290 accepted 3451 description 編寫乙個c程式實現將字串中的所有 you 替換成 we input 輸入包含多行資料 每行資料是乙個字串,長度不超過...