/in/foo.cc:11:8: error: stray '#' in program
tot=0;#include<bits/stdc++.h>
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:11:9: error: 'include' was not declared in this scope
tot=0;#include<bits/stdc++.h>
^~~~~~~
/in/foo.cc:11:17: error: 'bits' was not declared in this scope
tot=0;#include<bits/stdc++.h>
^~~~
/in/foo.cc:11:22: error: 'stdc' was not declared in this scope
tot=0;#include<bits/stdc++.h>
^~~~
/in/foo.cc:12:1: error: expected primary-expression before 'using'
using namespace std;
^~~~~
/in/foo.cc:16:1: error: a function-definition is not allowed here before '{' token
{
^
/in/foo.cc:13:5: warning: unused variable 'n' [-Wunused-variable]
int n,tot,h[102];
^
/in/foo.cc:13:7: warning: unused variable 'tot' [-Wunused-variable]
int n,tot,h[102];
^~~
/in/foo.cc:13:11: warning: unused variable 'h' [-Wunused-variable]
int n,tot,h[102];
^
/in/foo.cc:14:6: warning: unused variable 'f' [-Wunused-variable]
bool f[100002];
^
/in/foo.cc:69:1: error: expected '}' at end of input
}
^