Hi, i've been struggling with learning C. I'm trying to take an input with the "get_input" function, pass it to main, then pass it to "get_output", cube it, then print the result. from what I can tell my program isn't loading the input into memory. I appreciate any help, thanks.