#include <stdexcept>

int main() {
   throw std::bad_cast();
}