Popular repositories
54 contributions in the last year
Less
More
Contribution activity
September 2021
Created 34 commits in 3 repositories
Created 1 repository
Opened their first pull request on GitHub in wangdoc/clang-tutorial Public
Opened 2 other pull requests in 1 repository
wangdoc/clang-tutorial
2
merged
Created an issue in wangdoc/clang-tutorial that received 1 comment
关于I/O函数一章中输入" -13.45e12# 0"之后执行scanf
文中说这时候%f会读到-13.45e12 我觉得应为.45e12
int x; float y; // 用户输入 " -13.45e12# 0" scanf("%d", &x); scanf("%f", &y); printf("%d %f", xx, y); // -13 4499999…
1
comment

