Main.cc: In function ‘int main()’: Main.cc:4:8: error: expected ‘;’ before ‘t’ cin t>=25&&t<=30; ^~ ; Main.cc:4:21: warning: statement has no effect [-Wunused-value] cin t>=25&&t<=30; ^ Main.cc:5:8: error: ‘t’ was not declared in this scope if(t=27 ok!); ^ Main.cc:5:8: note: suggested alternative: ‘tm’ if(t=27 ok!); ^ tm Main.cc:5:12: error: expected ‘)’ before ‘ok’ if(t=27 ok!); ~ ^ ~~ ) Main.cc:6:14: error: expected ‘)’ before ‘no’ else(t=32 no!); ~ ^ ~~ ) Main.cc:9:5: error: ‘reaturn’ was not declared in this scope reaturn 0; ^~~~~~~ Main.cc:9:5: note: suggested alternative: ‘extern’ reaturn 0; ^~~~~~~ extern