Code:

struct staff {
	int id, password, salary;
	char name[30], position[30];
}sta;