#include int ex_add(int x, int y) { return x + y; }