Main.cc: In function ‘int main()’:
Main.cc:5:5: error: ‘h’ was not declared in this scope
h;
^
Main.cc:7:19: error: ‘x’ was not declared in this scope
for(int i=0;i>a[i];
^
Main.cc:13:1: error: expected ‘}’ at end of input
}
^