一、发工资 import java.util.*; class Node{ int x; int y; public Node(int x,int y){ this.x = x; ...