題目大意:就是給你一本詞典,問你能否在詞典中找到你要查詢單詞的意思,不能就輸出eh
思路:map的入門級題,直接詞典中的詞組存到map中,然後直接查詢。就是有些細節需要注意
code:
#include #include #include #include #include using namespace std; int main() { map m1; map::iterator m1_it; string s1,a,b; while(getline(cin,s1)) { int pos=s1.find( ); a.assign(s1,0,pos); b.assign(s1,pos+1,s1.size()); //cout<second<
線性表的順序表示和實現 Common.h [cpp]
Searching for Nessy&n
或許你覺得這句話不一定對,但無需質疑的是這句話是很有
Constructing Roads In JGShinin
C++調用成員函數需要this指針的情況 1、虛成員函數
游戲服務端架構 介紹,游戲服務端架構游戲服務端架構 介紹