第20040题 单选题
下列C++程序的最后输出结果是什么
int a=65;
cout<<tolower(a)<<endl;
A

65

B

A

C

a

D

97

程序运行统计
暂无判题统计