______和它的倒数的和是2.
一个数加上它自己的倒数的和是2,这个数是1.
故答案为:1.
下列关于组合框的说法中,正确的是( )。
A. 算术运算符
B. 关系运算符
C. 逻辑运算符
D. 圆括号( )
有如下程序: #include <iostream> #include <iomanip> using namespace std; int main() cout.fill('*'); cout.width(6); cout.fill('#'); cout<<123<<endl; return 0; 执行后的输出结果是( )。
A.###123 B.123###C.***123 D.123***