题解 | #下厨房#

下厨房

http://www.nowcoder.com/practice/ca5c9ba9ebac4fd5ae9ba46114b0f476

#include <iostream>

#include <set>
using namespace std;

int main()
{
    set<string> st;
    string tem;
    while (cin>>tem)
    {
        st.insert(tem);
    }
    cout<<st.size();
}
全部评论

相关推荐

小叮当411:应该是1-3个月吧
点赞 评论 收藏
分享
这是什么操作什么意思,这公司我服了...
斯派克spark:意思是有比你更便宜的牛马了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务