最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

database_Leet code 2118. Build the Equation

2022-02-20 19:21 作者:您是打尖兒還是住店呢  | 我要投稿

+-------------+------+?

| Column Name | Type |?

+-------------+------+?

| power ? ? ? | int ?|?

|factor ? ? ?| int ?|

+-------------+------+

power is the primary key column for this table.?

Each row of this table contains information about one term of the equation.?

power is an integer in the range [0, 100].

factor is an integer in the range [-100, 100] and cannot be zero.

You have a very powerful program that can solve any equation of one variable in the world. The equation passed to the program has to follow the following rules: The LHS should contain all the terms.?

The RHS should be zero.

Each term of the LHS should follow the format "sign factor X ^power" after removing the white spaces where: sign is either "+" or "-". factor is the absolute value of the factor.

power is the value of the power.?

If the power is 1, do not add "^power".?

For example, if power = 1 and factor = 3, the term will be "+3X".?

If the power is 0, add neither "X" nor "^power".?

For example, if power = 0 and factor = -3, the term will be "-3".

The powers in the RHS should be sorted in descending order.

Write an SQL query to build the equation.?

The query result format is in the following example.


Terms table:?

+-------+--------+?

| power | factor |

+-------+--------+?

| 2 ? ? | 1 ? ? ?|

| 1 ? ? | -4 ? ? |

| 0 ? ? | 2 ? ? ?|

+-------+--------+

Output:?

+--------------+

| equation ? ? |

+--------------+?

| +1X^2-4X+2=0 |?

+--------------+

Example 2:?

Input:

Terms table:

+-------+--------+?

| power | factor |

+-------+--------+?

| 4 ? ? | -4 ? ? |

| 2 ? ? | 1 ? ? ?|?

| 1 ? ? | -1 ? ? |

+-------+--------+

Output:

+-----------------+?

| equation ? ? ? ?|

+-----------------+?

| -4X^4+1X^2-1X=0 |?

+-----------------+

主要用自聯(lián)接,stuff for xml path 還有convert? 0的情況沒單獨驗證,后面有機會驗證一下,太困了。

database_Leet code 2118. Build the Equation的評論 (共 條)

分享到微博請遵守國家法律
文成县| 枣阳市| 阳新县| 房山区| 平邑县| 曲靖市| 五大连池市| 怀柔区| 澄城县| 龙井市| 瑞金市| 海伦市| 容城县| 黑河市| 大埔区| 酒泉市| 玉溪市| 资中县| 福州市| 磐石市| 卓尼县| 博兴县| 舞钢市| 宜昌市| 光山县| 竹溪县| 仪陇县| 富阳市| 屏东县| 衡阳市| 济宁市| 芜湖市| 白水县| 湾仔区| 峡江县| 湄潭县| 闻喜县| 常宁市| 新蔡县| 屯留县| 宜黄县|