#include using namespace std; int main() { /*这是一段注释,它从格式符 加星号开始到格式符加星号结束*/ cout<<"我喜欢C++\n"; //这也是一段注释,它只能注释一行语句 //它将输出一行语句 return 0; }