Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 181 Bytes

note.md

File metadata and controls

5 lines (3 loc) · 181 Bytes

Note during coding

  1. Don't use %lf in printf, this may be wrong in c compilers before c99.

  2. must be aware that float is not accurate, we can use int when need accurate value.