Main.cc: In function 'int main()': Main.cc:9:9: error: expected ';' before 'j' cin j; ^ Main.cc:9:10: warning: statement has no effect [-Wunused-value] cin j; ^ Main.cc:13:1: error: expected '}' at end of input } ^