整型字面值是一个代表整型常量的数字序列。
An integer literal is a sequence of digits representing an integer constant.
虚数字面值是复数型常量的虚数部分的十进制表示。
An imaginary literal is a decimal representation of the imaginary part of a complex constant.
字符串字面值表示由字符序列构成的字符串常量。有两种格式:原始字符串字面值和解释字符串字面值。
A string literal represents a string constant obtained from concatenating a sequence of characters. There are two forms: raw string literals and interpreted string literals.
这个程序确实解决了问题,尽管我们可能要一而再、再而三地检查确保恰好有10 个字面值常量2相乘。
This program solves the problem, although we might double- or triple-check to make sure that exactly 10 literal instances of 2 are being multiplied. Otherwise, we're satisfied.
这个程序确实解决了问题,尽管我们可能要一而再、再而三地检查确保恰好有10 个字面值常量2相乘。
This program solves the problem, although we might double- or triple-check to make sure that exactly 10 literal instances of 2 are being multiplied. Otherwise, we're satisfied.
应用推荐