fix some bug style

This commit is contained in:
lzy
2024-06-10 19:21:17 +08:00
parent 73b78d8700
commit 38ae87f0d6
2 changed files with 17 additions and 3 deletions

View File

@@ -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);