/* * * 6.24 * * */ int main () { /* void print(const int (&ia)[10]) { for (size_t i = 0; i != 10; ++i) cout << ia[i] << endl; } */ return 0; }