// This file produces an error message that might take some // time to decipher. #include using namespace std; int main() { vector x; x.pushback(3); // Well, this used to be difficult. }