## Problem We are using main_func to isolate the methods, but there are many if statements, so the circular complexity is high. refactor it later. ## Goal reduce main_func circular complexity under 15 ## time limit ### reference
Problem
We are using main_func to isolate the methods, but there are many if statements, so the circular complexity is high.
refactor it later.
Goal
reduce main_func circular complexity under 15
time limit
reference