Whenever you ask for help with any technical issue where an error was displayed, you should always post the full text of any and all error messages.
You read up from the bottom until you get to either a compiler error (indicating a problem with your code), or evidence of some part of the toolchain straight up not working (indicating a problem with the IDE). Compiler errors tell you what line the compiler blames for the error, and what it thinks the problem is.When there are multiple compiler errors, some of the subsequent ones may have been caused by the first (messed up parens and brackets are particularly bad like that).