#include<bits/stdc++.h>
using namespace std;
int main(){
    auto a = 1>2;
    cout<<typeid(a).name();
    return 0;
}

返回:b

发表评论