美团单选 :考察了数据库,os,大模型,ds,计网的一些问题 :union和union all的区别,sql语句中like _ % 的使用 ,分解关联查询的优势大根堆 ,快排时间复杂度.... ,森林节点数计算,hanoi问题 ;一些大模型问题......编程 :第一道过75%,第23题a了 ;字符串模拟题不知道为什么只能过75% ; #include<bits/stdc++.h> using namespace std ; #define endl '\n' // 字符串模拟问题 bool pd1(string s) { for (char c : s) { ...