12345678
#include <iostream> #include <math.h> int main() { std::cout << cos(0.0) << std::endl; return 0; }