fix some bug style
This commit is contained in:
@@ -152,7 +152,7 @@ int main()
|
||||
// hello [over]
|
||||
// hello[over]
|
||||
|
||||
// 同样对于i进行八进制核对十六进制的输出
|
||||
// 同样对于i进行八进制和对十六进制的输出
|
||||
// printf("i = %#o\n", i);
|
||||
// out: i = 0377
|
||||
// printf("i = %#x\n", i);
|
||||
|
||||
Reference in New Issue
Block a user