愛改名的小融(三部曲)

2022-05-01 06:00:12 字數 1939 閱讀 8400

wikioi上有個人叫小融,他喜歡改名。

他的名字都是英文,只要按順序出現r,k,y三個字母,就是他的名字。

給你n個名字,請你一一判斷是不是小融。

輸入描述 input description

nn行,名字(全大寫)

輸出描述 output description

n行,每行yes或no(大寫)

樣例輸入 sample input

rkyrainky

rinkement

樣例輸出 sample output

yesyes

no資料範圍及提示 data size & hint

n<=10,字串長度<=50.

**實現:

1 #include2 #include3

intn,l,i,j;

4char ch[60],name=;

5int

main()

14return0;

15 }

wikioi上有個人叫小融,他喜歡改名。

現在他的要求變了,只要是英文本母就是他的名字。

先給你n個名字,請你一一判斷是不是小融。

本題還加強了測試資料

輸入描述 input description

nn行名字(全部為字元)

輸出描述 output description

n行,yes或no(大寫)

樣例輸入 sample input

3&6*14315

rinkement

micsloox

樣例輸出 sample output

noyes

yes資料範圍及提示 data size & hint

對於40%的資料 n≤10 名字長度≤100

對於100%的資料 n≤50 名字長度≤100000

**實現:

1 #include2 #include3

using

namespace

std;

4int

n,l;

5char ch[100010];6

bool p(int

x)11

intmain()

19return0;

20 }

不知為何,本地不對(都沒法除錯),交上a了。

wikioi上有個人叫小融,他喜歡改名。

現在他的要求變了,只要是英文本母就是他的名字。

先給你n個名字,請你輸出正確名字的個數及編號。

本題還加強了測試資料

輸入描述 input description

nn行名字(全部為字元)

輸出描述 output description

第一行:個數

第二行:編號

樣例輸入 sample input

3&6*14315

rinkement

micsloox

樣例輸出 sample output

22 3 

資料範圍及提示 data size & hint

對於40%的資料 n≤10 名字長度≤100

對於100%的資料 n≤50 名字長度≤100000

**實現:

1 #include2 #include3

using

namespace

std;

4int n,l,m,s[60];5

char ch[100010];6

bool p(int

x)10

intmain()

17 printf("

%d\n

",m);

18for(int i=0;i"

%d "

,s[i]);

19return0;

20 }

人生三部曲

人生三部曲 童年沙丁魚罐頭似的公共汽車在曬的發燙的柏油路上緩慢地爬著。我 瘦瘦小小的個子在擁擠的人群中喘不過氣來。還要多久呀?人們煩躁而沉悶的氣氛充斥著整個車廂。忽然,我看見一位打扮入時的西裝人士,正悄悄地把手伸入一位老人的口袋。我第一反應就是有小偷!於是大聲脫口而出,一車人都回頭驚悸地看著我,西裝...

Jmock使用三部曲

import org.jmock.mockery import org.jmock.expectations class publishertest extends testcase execute publisher.publish message verify assert.assert.注意 ...

SoftwareRender三部曲 前言

這個系列主要是介紹如何簡單製作乙個softwarerender,後面會分三篇文章來完成這個系列。在看這個系列之前最好先閱讀之前 遊戲開發3d數學筆記 在這個工程中的所需要的一些數學庫 vector matrix mesh等 都 於之前3d數學系列。當然,這些數學庫使用上比較簡單,如果你對其數學原理不...