int f(int a, int b, int c, int d, int f) { return a + b + c+d+f; } int main() { return f(1, 2, 3, 4, 5); }