What does the following code print?
int i, &ri = i;i = 5; ri = 10;std::cout << i << " " << ri << std::endl;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.