题解 | #字符集合#

字符集合

http://www.nowcoder.com/questionTerminal/784efd40ed8e465a84821c8f3970b7b5

public class Main{
    public static void main(String[] args){
        Scanner scanner = new Scanner(System.in);
        while(scanner.hasNextLine()) {
        String str = scanner.nextLine();
        HashMap<Character, Integer> hashtable = new HashMap<Character,Integer>();
        for(int i = 0;i<str.length();i++) {
            if(!hashtable.containsKey(str.charAt(i))){
                System.out.print(str.charAt(i));
                hashtable.put(str.charAt(i),i);
            }
        }
            System.out.println();
    }
} 
}

哈希表yyds!

全部评论

相关推荐

2024-12-26 20:46
复旦大学 C++
国棉17厂丶小王:拿了offer的那个周末晚上去网吧通宵,去网吧不知道玩什么刷了lc的每日一题,然后试着第一次打开了三角洲行动,从此少了一个已经刷了700道题的lc用户,但是烽火地带多了一只🐭🐭
点赞 评论 收藏
分享
评论
1
1
分享

创作者周榜

更多
牛客网
牛客企业服务