Update 算法笔记阅读笔记.md

This commit is contained in:
hao14293
2019-06-26 11:58:21 +08:00
committed by GitHub
parent 78a137a16d
commit 0204881c09

View File

@@ -22,3 +22,4 @@
* 指针
* 结构体
* while(scanf("%d", &n) !=EOF)、while(scanf("%s", str != EOF) 、while(gets(str) != NULL)
* 如果需要使用 PI ,可以 定义 const pi = acos(-1)