Signed graph

An undirected graph is signed if each edge has a positive or negative sign. A signed graph is called balanced if the product of all signs around every cycle is positive.

Given a signed graph, can you tell if it is balanced or not?

Input

Input consists of several cases, each one with the number of vertices nn, followed by the number of edges mm, followed by mm triples xx yy ss to indicate an edge between xx and yy with sign s{1,1}s \in \{ -1, 1 \}. Assume 1n1051 \le n \le 10^5, 0m5n0 \le m \le 5n, that vertices are numbered between 0 and n1n-1, xyx \ne y, and that there is no more than one edge between xx and yy.

Output

For every graph, print “yes” if it is balanced; otherwise print “no”.

Problem information

Author: Conrado Martínez

Generation: 2026-01-25T10:35:59.874Z

© Jutge.org, 2006–2026.
https://jutge.org