題目描述:
修羅王和邪狼潛入銀行盜走了大量的珠寶,警察經過仔細查詢和推理,終於找到了裝有這批珠寶的保險櫃,但無法開啟保險櫃。經過觀察發現保險櫃背面有一行字元,且發現只要統計出這行字串中有多少個單詞就是開啟保險櫃的密碼。單詞之間由乙個或多個空格分開,且字串不以空格開頭。
輸入描述:
輸入一行包含若干空格的字串,且字串的長度不超過 1000 個字元。
輸出描述:
佔一行,輸出單詞數目。
樣例輸入:
how are you?
樣例輸出:
3
#include #include #include #include using namespace std;
int str2int(string str)
return ***==true?-ret:ret;
}string int2str(int n)
int cal1(string exp) }
int main()
return 0;
}
統計單詞數
include include include include include includeusing namespace std struct node int main else if s.find 1 transform s.begin s.end s.begin toupper sourc...
單詞數目統計
時間限制 10 sec 記憶體限制 128 mb neo 給你一系列字串,請你輸出字串中的不同單詞個數以及總單詞個數。多組輸入,每組資料都是一行字串 長度小於200 其中每個單詞以空格隔開 單詞都是小寫字母組成 輸出字串中的不同單詞個數以及總單詞個數。i love china aa aa bb 3 ...
1061 統計單詞數
別點最後乙個鏈結 題目描述 輸入一段英文句子,請統計句子中的單詞數目 輸入格式 輸入一段英文句子 長度小於1000 包含空格 輸出格式 輸出單詞數目 樣例sample input it matters not what someone is born,but what they grow to be...