#include #include using namespace std; int main(void) { int u[10][2] = {{}}; int x[10][2] = {}; <-----これはいい int y[10] = {0}; <-----これはいい int y1[10] = {4}; <-----これはだめ int z[10] ; for (int i=0; i<10; i++){ cout<<"i="<