화웨이 화웨이기 시험 문제 // MyC.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <assert.h> #include <string.h> #include <math.h> /* 通过键盘输入一串小写字母(a~z)组成的字符串。请编写一个字符串过滤程序,若字符串中出现多个相同的字符,将非首次出现的字符过滤掉。 比如字符串“abacacde”过滤结果为“abcde” */ void string... 화웨이
화웨이기 시험 문제 // MyC.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <assert.h> #include <string.h> #include <math.h> /* 通过键盘输入一串小写字母(a~z)组成的字符串。请编写一个字符串过滤程序,若字符串中出现多个相同的字符,将非首次出现的字符过滤掉。 比如字符串“abacacde”过滤结果为“abcde” */ void string... 화웨이