下列C++代码的输出结果是( )。
1 #include <iostream> 2 #include <cmath> 3 using namespace std; 4 int main() { 5 cout << sin(3.1415926 / 2); 6 return 0; 7 }
0
1
0.5
0.7071