Question: source( codeforces: https://codeforces.com/problemset/problem/231/A) Team One day three best friends Petya, Vasya and Tonya decided to form a team and take part in programming contests. Participants are usually offered several problems during programming contests. Long before the start the friends decided that they will implement a problem if at least two of them are sure about the solution. Otherwise, the friends won't write the problem's solution. This contest offers n problems to the participants. For each problem we know, which friend is sure about the solution. Help the friends find the number of problems for which they will write a solution. Input The first input line contains a single integer n ( 1 ≤ n ≤ 1000 ) — the number of problems in the contest. Then n lines contain three integers each, each integer is either 0 or 1 . If the first number in the line equals 1 , then Petya is sure about the problem's solu...
Comments
Post a Comment