if else statements need brackets
if(condition) {
//code to execute
}
and the include header needs to include something
#include <iostream>
I think that's it
I could be entirely wrong tho, as I don't actually code in C++. Don't treat this as fact/correct. This is just a guess.