#include #include int main(void) { long x = get_int("x: "); long y = get_int("y: "); printf("%li\n", x + y); }