#include int x = 1, y = 2; int main() { printf("%i + %i = %i\n", x, y, x + y); }