Homework Introduction

Check HW6.pdf on canvas for the detail.

Important: Please rename your file to HW6.c and directly compress it into a zip file, then submit it on JOJ.

Compiling Command:
gcc -O1 -Wall -Wextra -Werror -pedantic -Wno-unused-result -std=c11 -o /out/HW6 /in/HW6.c -lm
Since -O2 may lead to more strict -Wmaybe-uninitialized check, here we change to -O1.

Good Luck!

Problem

Problem
#1: HW 6
Status
Finished
Problems
1
Open Since
2021-11-11 01:30
DDL
2021-11-18 23:59
Extension
96.0 hour(s)