HashMap <String, Integer> output = new HashMap <String, Integer> ();
for (int j = 0 ; j < np; j++) {
output.add(people, recived1);
System.out.println(output);
когда я компилирую код, он говорит:
error: cannot find symbol
output.add(people, recived1);
^