#include main() { double x; x = log10(100); printf("%lf\n", x); }