#include<bits/stdc++.h> using namespace std; int main(){ auto a = 1>2; cout<<typeid(a).name(); return 0; }返回:b 最后编辑:2026年04月19日 ©著作权归作者所有