#include float e() { return 2.7182; } int main() { printf("e = %f\n", e()); return 0; }