Okay so I'm starting to practice using structures and I can't figure out why the following code will not work. To my understanding a structure can be treated as a type similar to type int, but whenever I try to declare it as a type in main it returns a "no matching function call". I'm trying to input values and output them using the structured content inside of mountain. Does anybody know why this is happening?