✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Визначити де помилка у фрагменті коду
1: int х = 2;
2: const int у = 3;
3: int &r1 = х;
4: int &r2 = у;
5: int &r3 = 1;