using namespace std; int main(){ short your_IQ; cin >> your_IQ; cout << "OK"; return 0; } 程序输出re,因为你的智商是long long。