第23295题 单选题
已知C++字符串s="C++ Programming",执行给定代码的输出结果是?
cout << (int)(s.length() | 3) << endl;
A

14

B

15

C

16

D

17

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