Main.cc:8:4: error: stray '#' in program
ewc#include
^
Main.cc:20:16: error: stray '#' in program
long long n,z; #include
^
Main.cc: In function 'int main()':
Main.cc:4:1: error: 's' was not declared in this scope
s
^
Main.cc:10:11: error: a function-definition is not allowed here before '{' token
int main(){
^
Main.cc:33:1: error: expected '}' at end of input
}
^