#include<iostream> using namespace std; int main() { int a[2][3] = {0}; cout << a << endl; }
0x6ffe04
0x6ffe0C
0x6ffe08
0x6ffe00