int times(int x, int y) { return x * y; } int main() { return times(4+5); }