7 14 輸出大寫英文本母 15分 瞎搞

2021-10-07 07:12:43 字數 2308 閱讀 2625

本題要求編寫程式,順序輸出給定字串中所出現過的大寫英文本母,每個字母只輸出一遍;若無大寫英文本母則輸出「not found」。

輸入格式:

輸入為乙個以回車結束的字串(少於80個字元)。

輸出格式:

按照輸入的順序在一行中輸出所出現過的大寫英文本母,每個字母只輸出一遍。若無大寫英文本母則輸出「not found」。

輸入樣例1:

fontname and filename

輸出樣例1:

fontameil

輸入樣例2:

fontname and filrname

輸出樣例2:

not found

作者顏暉

單位浙江大學城市學院

**長度限制

16 kb

時間限制

400 ms

記憶體限制

64 mb

#define debug

#ifdef debug

#include

#include

"/home/majiao/mb.h"

#endif

#include

#include

#include

#include

#include

#include

#include

#include

#include

#define maxn ((int)1e5+7)

#define ll long long

#define inf (0x7f7f7f7f)

#define fori(lef, rig) for(int i=lef; i<=rig; i++)

#define forj(lef, rig) for(int j=lef; j<=rig; j++)

#define fork(lef, rig) for(int k=lef; k<=rig; k++)

#define qaq (0)

using

namespace std;

#define show(x...) \

do while (0)

void

err(

)template

<

typename t,

typename..

. a>

void

err(t a, a.

.. x)

namespace fastio

void

print()

template

<

typename t,

typename..

. t2>

inline

void

read

(t &x, t2 &..

. oth)

while

(isdigit

(ch)

) x *

= f;

read

(oth...

);}template

<

typename t,

typename..

. t2>

inline

void

print

(t x, t2.

.. oth)

while

(x/=10)

;while

(p3>=0)

putchar

(print_f[p3--])

;putchar

(' ');

print

(oth...

);}}

// namespace fastio

using fastio::print;

using fastio::read;

int n, m, q, k, vis[maxn]

;char buf[maxn]

;int

main()

}if(ok)

printf

("not found\n");

#ifdef debug

clock_t etime =

clock()

;printf

("rum time: %lf 秒\n",(

double

)(etime-stime)

/clocks_per_sec)

;#endif

return0;

}

實驗7 3 5 輸出大寫英文本母(15 分)

實驗7 3 5 輸出大寫英文本母 15 分 本題要求編寫程式,順序輸出給定字串中所出現過的大寫英文本母,每個字母只輸出一遍 若無大寫英文本母則輸出 not found 輸入格式 輸入為乙個以回車結束的字串 少於80個字元 輸出格式 按照輸入的順序在一行中輸出所出現過的大寫英文本母,每個字母只輸出一遍...

實驗7 3 5 輸出大寫英文本母 15分

本題要求編寫程式,順序輸出給定字串中所出現過的大寫英文本母,每個字母只輸出一遍 若無大寫英文本母則輸出 not found 輸入為乙個以回車結束的字串 少於80個字元 按照輸入的順序在一行中輸出所出現過的大寫英文本母,每個字母只輸出一遍。若無大寫英文本母則輸出 not found fontname ...

PTA實驗7 3 5 輸出大寫英文本母 15分

本題要求編寫程式,順序輸出給定字串中所出現過的大寫英文本母,每個字母只輸出一遍 若無大寫英文本母則輸出 not found 輸入格式 輸入為乙個以回車結束的字串 少於80個字元 輸出格式 按照輸入的順序在一行中輸出所出現過的大寫英文本母,每個字母只輸出一遍。若無大寫英文本母則輸出 not found...