• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 ArrayXXi a {
2   {1, 2, 3},
3   {3, 4, 5}
4 };
5 cout << a << endl;
6