F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Lamp

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1427    Accepted Submission(s): 478
Special Judge


Problem Description
There are several switches and lamps in the room, however, the connections between them are very complicated. One lamp may be controlled by several switches, and one switch may controls at most two lamps. And what¡¯s more, some connections are reversed by mistake, so it¡¯s possible that some lamp is lighted when its corresponding switch is ¡°OFF¡±!

To make things easier, we number all the lamps from 1 to N, and all the switches 1 to M. For each lamps, we give a list of switches controlling it. For example, for Lamp 1, the list is ¡°1 ON 3 OFF 9 ON¡±, that means Lamp 1 will be lighted if the Switch 1 is at the ¡°ON¡± state OR the Switch 3 is ¡°OFF¡± OR the Switch 9 is ¡°ON¡±.

Now you are requested to turn on or off the switches to make all the lamps lighted.
 

Input
There are several test cases in the input. The first line of each test case contains N and M (1 <= N,M <= 500), then N lines follow, each indicating one lamp. Each line begins with a number K, indicating the number of switches controlling this lamp, then K pairs of ¡°x ON¡± or ¡°x OFF¡± follow.
 

Output
Output one line for each test case, each contains M strings ¡°ON¡± or ¡°OFF¡±, indicating the corresponding state of the switches. For the solution may be not unique, any correct answer will be OK. If there are no solutions, output ¡°-1¡± instead.
 

Sample Input
2 2 2 1 ON 2 ON 1 1 OFF 2 1 1 1 ON 1 1 OFF
 

Sample Output
OFF ON -1
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-22 00:07:48, Gzip enabled