0 / 60 seg.

What is printed from this code?

vector<int> v(22);
bool b = (v[6]);
printf("%d", !b);