执 下 的C++代码时输 123 ,则输出是 DCB 。( ) 行 面 入 int a; cin >> a; while(a){ cout << 'A'+a%10; a /= 10; } 正确答案:错误(×)