问题如下: 1、关键字 static 、const、inline、extern的用法 2、const int *p 、int* const p、int const *p、int const *const p的区别 3、进程和线程的区别 4、c++中vector是怎样实现动态扩容的? 5、htttp服务器是怎样解析数据的? 6、死锁的概念 7、进程通信方式 8、宏定义 三个数求最大值 9、逻辑题 关于运煤的 10、简化路径(算法提) 11、二叉树的右视图(算法题)