Main.cc:1:1: error: 'include' does not name a type
include
^
Main.cc: In function 'int main()':
Main.cc:7:18: error: 'scanf' was not declared in this scope
scanf("%d",&count);
^
Main.cc:39:24: error: 'printf' was not declared in this scope
printf("%d\n",number[i]);
^
Main.cc:41:1: error: expected '}' at end of input
}
^