0_0_5394489_15231\Main.java:8: cannot find symbol
symbol : class Scanner
location: class Main
Scanner s = new Scanner(System.in);
^
0_0_5394489_15231\Main.java:8: cannot find symbol
symbol : class Scanner
location: class Main
Scanner s = new Scanner(System.in);
^
0_0_5394489_15231\Main.java:12: cannot find symbol
symbol : class HashMap
location: class Main
HashMap<String,Integer> map=new HashMap<String,Integer>();
^
0_0_5394489_15231\Main.java:12: cannot find symbol
symbol : class HashMap
location: class Main
HashMap<String,Integer> map=new HashMap<String,Integer>();
^
0_0_5394489_15231\Main.java:17: operator + cannot be applied to <any>.get.intValue,int
else temp=map.get(colors).intValue()+1;
^
0_0_5394489_15231\Main.java:17: incompatible types
found : <nulltype>
required: int
else temp=map.get(colors).intValue()+1;
^
0_0_5394489_15231\Main.java:20: cannot find symbol
symbol : class Set
location: class Main
Set<String> set=map.keySet();
^
7 errors
|