Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 446 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 446 Bytes

NCUDataStructureHW (1101)

National Central University Data Structure Homework (Backup)

I try to use C language to complete all homeworks in this class. I hope this would make me learn more.

Environment (Online Judge)

  • C ( GCC 5.4 ) /usr/bin/gcc -DONLINE_JUDGE -O2 -w -fmax-errors=3 -std=c11 {src_path} -lm -o {exe_path}
  • C++ ( G++ 5.4 ) /usr/bin/g++ -DONLINE_JUDGE -O2 -w -fmax-errors=3 -std=c++14 {src_path} -lm -o {exe_path}