2015 school recruitment-Huawei computer pen questions-repeat words, 2015 Huawei

Source: Internet
Author: User
Tags strtok

2015 school recruitment-Huawei computer pen questions-repeat words, 2015 Huawei

# Include "stdafx. h "# include <set> # include <string> # include <iostream> using namespace std; int main () {set <string> s; char buf [1000] = {0}; gets (buf); char * p = buf; while (* p! = 0) {if (* p = ',' | * p = '. ') {* p = '';} p ++;} p = strtok (buf," "); while (p! = NULL) {string tmp = p; if (s. find (tmp) = s. end () {cout <tmp <""; s. insert (tmp);} p = strtok (NULL, "") ;}cout <endl; return 0 ;}


Error Message
I took part in Huawei's 2012 school recruit and learned software. I 'd like to ask questions about the process.

Huawei school recruitment in Chongqing is a school computer test, and then notified to go for an interview. The first is technical, the second is group competition, the third is online personality testing, and the fourth is final, finally, the user is notified to participate in the open day and then is called to wait for the final result. I don't know which region you are from. It may be different. According to Huawei HR, campus recruitment in Sichuan and Chongqing should be arranged in a unified manner. It should start in Chongqing and end around September 20, and then start in Chengdu. When should it end? I did not pay attention to it. However, HR said on the open day that the offer will be issued after the National day (around October 8) and will be distributed in batches until next March !! Who has the determination to keep waiting for the arrival of the offer? What if I don't receive it --.)..... Just a few days after I came back from the open day, I heard that some of them have already chosen baoyan (which is the one on 100%, ah, the legendary overlord said is them), rather than waiting like me.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.