所属知识点:综合应用(跨题型) 难度要求:掌握 考频:—
a = 5; cout << (a < 10 and 20);
正确答案:错误(×)
错在“理由”。a<10 and 20 实为 (a<10) and 20 = ………
想系统刷完 GESP C++ 1~8 级真题,并查看每道题的逐题精讲?