第21466题 单选
下列C++代码的输出结果是?
#include <iostream>
#include <cmath>
using namespace std;
int main() {
    cout << sin(3.1415926 / 2);
    return 0;
}
A

0

B

1

C

0.5

D

0.7071

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析