Main.cc: In function ‘int main()’: Main.cc:4:9: warning: unused variable ‘i’ [-Wunused-variable] int i; ^ Main.cc:4:10: error: expected ‘}’ at end of input int i; ^