Skip to content

Commit

Permalink
Update ch02.md
Browse files Browse the repository at this point in the history
完善练习2.5(b)的答案
  • Loading branch information
CChariot authored Jul 4, 2021
1 parent 5f42ab1 commit 2d08adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excersize/ch02.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ std::cout << u - i << std::endl;

解:
- (a): 字符字面值,宽字符字面值,字符串字面值,宽字符串字面值。
- (b): 十进制整型,十进制无符号整型,十进制长整型,八进制整型,十六进制整型。
- (b): 十进制整型,十进制无符号整型,十进制长整型,十进制无符号长整型, 八进制整型,十六进制整型。
- (c): double, float, long double
- (d): 十进制整型,十进制无符号整型,double, double

Expand Down

0 comments on commit 2d08adc

Please sign in to comment.