Main.cc:1:2: error: invalid preprocessing directive #inculde; did you mean #include? #inculde ^~~~~~~ include Main.cc: In function ‘int main()’: Main.cc:5:5: error: ‘cin’ was not declared in this scope cin>>a; ^~~ Main.cc:5:5: note: ‘std::cin’ is defined in header ‘’; did you forget to ‘#include ’? Main.cc:1:1: +#include #inculde Main.cc:5:5: cin>>a; ^~~ Main.cc:6:15: warning: comparison of constant ‘100’ with boolean expression is always true [-Wbool-compare] if (1 < a <100) ~~~~~~^~~~ Main.cc:6:11: warning: comparisons like ‘X<=Y<=Z’ do not have their mathematical meaning [-Wparentheses] if (1 < a <100) ~~^~~ Main.cc:8:9: error: ‘cout’ was not declared in this scope cout<<"yes"<’; did you forget to ‘#include ’? Main.cc:8:22: error: ‘endl’ was not declared in this scope cout<<"yes"<’; did you forget to ‘#include ’? Main.cc:1:1: +#include #inculde Main.cc:8:22: cout<<"yes"<