It's not just those. And please do not try to post the same problem just because you think I came off as a dick. Again, you're going to have to learn the syntax of (and thanks to @ne555, I won't have to blind my eyes to locate the first line number where the error was glaringly obvious):
for loops - line 15
cin statements - line 14
function prototypes and defining their bodies - line 28
proper curly brace usage - line 17
Also try not to use libraries when you have no intention of using any functions or methods within that library - line 2