FundamentosDeProgramacion

Problema 1

El presente prolema consiste en

Código:

int main() {
  int y = SOME_MACRO_REFERENCE;
  int x = 5 + 6;
  cout << "Hello World! " << x << std::endl();
}

Ejecución

IMAGE ALT TEXT HERE

Link Here