和答案一样通过不了
/474/9251/BqNL/index.cpp: In function 'void doSomething(Movable*)':
/474/9251/BqNL/index.cpp:62:16: error: must #includebefore using typeid
if(typeid(*obj)==typeid(Bus))
^
/474/9251/BqNL/index.cpp:62:32: error: must #includebefore using typeid
if(typeid(*obj)==typeid(Bus))
^
/474/9251/BqNL/index.cpp:68:16: error: must #includebefore using typeid
if(typeid(*obj) == typeid(Tank))
^
/474/9251/BqNL/index.cpp:68:35: error: must #includebefore using typeid
if(typeid(*obj) == typeid(Tank))