#include using namespace std; int main() { int i=1,j=1; array< array,2 >{ (i,j), (i,j) }; return 0; }