How could one initialize and set an array at the same time? I'm looking for something equivalent to this:
int mat[2][2]={{1,1},{1,0}};