Main.cc:1:1: error: 'include' does not name a type
include
^
Main.cc: In function 'int main()':
Main.cc:4:26: warning: operation on 'a' may be undefined [-Wsequence-point]
for(int a=1;a<=100;a=a++){
^
Main.cc:6:12: error: 'cout' was not declared in this scope
cout<