Problem A: 选择题(1)

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:436 Solved:245

Description

变量的指针,其含义是指该变量的()
A.值
B.地址
C.名
D.一个标志

Output

#include<bits/stdc++.h>
using namespace std;
int main() {
// 比如选A  cout << "A";  以下所有题答案都是在A,B,C,D中选一个,大写字母
cout << "答案";

return 0;
} 



Sample Input Copy


Sample Output Copy