一个有3位整n,请输出它的各个位。 #include <iostream> using namespace std; int main() { int a; int b, c, d; cout << "请输入一个三位整数a" << endl