Instruction stringlengths 14 33 | Output stringlengths 4 23 |
|---|---|
式を展開せよ: (x + 1000)**2 | x**2 + 2000*x + 1000000 |
式を因数分解せよ: x**2 + 2000*x + 1000000 | (x + 1000)**2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.