Report: HW0 ========================== Author: F74028888 王小明 Description: (Write your description here. For example: How do you finish this homework? What did you learned from this homework? Did you do or write something special for bonus? ...etc.) Code: (Put your code here. For example: #include int main(int argc, char *argv[]) { ...... ) Compilation: (Ex. gcc -o hw0 hw0.c) Execution: (Ex. ./hw0 ) Output: (paste your output here)