Appearance
c++中用" // "号和" /* "," / "来表示注释," // "代表在这一行中后面的内容都是注释,多行注释可以用" / * "开始," */ "结束。
// hello world /* hello world */