C++ 语法
C++ 变量
C++ 用户输入
C++ 数据类型
C++ 运算符
C++ 字符串
C++ 数学
C++ 布尔值
C++ 如果...否则
C++ 开关
C++ 循环
C++ 数组
C++ 引用
C++ 函数
C++ 类/对象

Menu
×
×
正确

练习:

在C++中,注释是用特殊字符编写的。插入缺失的部分:

// This is a single-line comment /* This is a multi-line comment */

不正确

点击 此处 重试

正确

下一题 ❯
 This is a single-line comment
 This is a multi-line comment 







×

重置分数?