Misunderstood Missing

아직 제출이 없습니다시간 제한1초메모리 제한256 MB

문제

Warm sunshine, cool wind and a fine day, while the girl watching is pursuing in chaos. Rikka reached out her hand and got the garland on her head, finding LCR with the immortal smile. The dream ended up waking, but the doubts will never disappear. In the end, without knowing about LCR, Rikka was invited to Shuyuan Men, a street of Chinese traditional arts in Xi'an.

"Is it enough to use the stored wires?"

"No problem... Those leaders are only concerned about expanding EC Final for the school's and their 'achievements'. All chores are ours. It is fine to simply connect those wiring boards in the series for each row."

Their conversation engaged Rikka. Feeling strange, she decided to follow them. But before all, she needs to beat the devil in her heart.

Rikka has an aggressivity AA and an increment DD of it, which are both 00 initially. There are nn rounds in total. For i=1,2,,ni = 1, 2, \dots, n, at the beginning of ii-th round Rikka's aggressivity AA increases by the increment DD, and then she can do one of the following:

  1. Attack and cause a damage of (A+a_i)(A + a\_i).
  2. Use the Omnipotent Garland from LCR to increase the increment DD by b_ib\_i.
  3. Use her Schwarz Sechs Prototype Mark II to increase the aggressivity AA by c_ic\_i.

Rikka wonders the maximal possible damage she could cause in total. Could you help her?

입력

The first line contains a single integer T(1T10)T (1 \le T \le 10), the number of test cases. Then TT test cases follow.

The input format of each test case is as follows:

The first line contains a single integer n(1n100)n (1 \le n \le 100), the number of rounds.

The following nn lines contain a_i,b_i,c_i\\{a\_i\\}, \\{b\_i\\}, \\{c\_i\\} for i=1,2,,ni = 1, 2, \dots , n. The ii-th line among them contains three integers a_i,b_i,c_i(1a_i,b_i,c_i109)a\_i, b\_i, c\_i (1\le a\_i, b\_i, c\_i \le 10^9) separated by spaces in order.

It is guaranteed that the sum of nn in all test cases is at most 100100.

출력

Output TT lines; each line contains one integer, the answer to that test case.