import java.util.Scanner;

/** put your standard class doc here
 */
public class VotingBooth
{
	/** put your standard method doc here.
	 */
	public static void main(String args[])
	{
		// declare variables
		
		// carry out the actions
		
		// set up your loop
		
		// loop body
		
		// print final results
		
	}
}
				