std::cout << 123;
int a=100;
printf("%d",a);
floatt b=3.14159;
printf("%f",b);
double c=123.456789;
printf("%lf",b);