輸入一個正整數X,在下面的等式1 2 3 4 5 6 7 8 9 = X,左邊的數字之間添加+號或者-號,使得等式成立。

#include <iostream> #include <assert.h> #include <string.h> using namespace std; /*等式變換 描述: 輸入一個正整數X,在下面的等式左邊的數字之間添加+號或者-號,使得等式成立。 1 2 3 4 5 6 7 8 9 = X 好比: 12-34+5-67+89 = 5 1+2
相關文章
相關標籤/搜索